ansible/changelogs/fragments/57804-win_acl-no-longer-needs-SeSecurityPrivilege.yml
P-Hessler 95d613f3ab win_acl no longer needs SeSecurityPrivilege (#57804)
* win_acl no longer needs SeSecurityPrivilege
Set-ACL raises missing SeSecurityPrivilege error when the inheritance
from the parent directory is disabled.

* fixes test sanity

* registry rights can only be modified with Set-ACL

* add changelog
2019-11-13 09:54:57 +10:00

2 lines
132 B
YAML

bugfixes:
- win_acl - Fixed error when setting rights on directory for which inheritance from parent directory has been disabled.