mirror of https://github.com/ansible/ansible.git
* 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
(cherry picked from commit 95d613f3ab)
pull/64803/head
parent
59f417c469
commit
39f83ce38c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- win_acl - Fixed error when setting rights on directory for which inheritance from parent directory has been disabled.
|
||||
Loading…
Reference in New Issue