sjoerdk / icaclswrap

Windows ACL permissions management through wrapping calls to icacls windows executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icaclswrap

Documentation Status Updates

Windows ACL permissions management through wrapping calls to icacls windows executable

Features

  • Call windows executable 'icacls' to set persmissions with windows access control lists
  • Wraps calls as python functions, return values as python objects and exceptions
  • Downside: only works with access to the windows 'icacls' command, on a windows machine

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Windows ACL permissions management through wrapping calls to icacls windows executable

License:MIT License


Languages

Language:Python 86.9%Language:Makefile 13.1%