Windows Object Access Control Lists
addAcl:
win_dacl.present:
- name: HKEY_LOCAL_MACHINE\SOFTWARE\mykey
- objectType: Registry
- user: FakeUser
- permission: FulLControl
- acetype: ALLOW
- propagation: KEY&SUBKEYS
name - the path of the object objectType - Registry/File/Directory copy_inherited_acl - True/False - if inheritance is enabled, should the inherited permissions be copied to the ACL when inheritance is disabled
salt.states.win_dacl.
absent
(name, objectType, user, permission, acetype, propagation)¶Ensure a Linux ACL does not exist
salt.states.win_dacl.
disinherit
(name, objectType, copy_inherited_acl=True)¶Ensure an object is not inheriting ACLs from its parent
salt.states.win_dacl.
inherit
(name, objectType, clear_existing_acl=False)¶Ensure an object is inheriting ACLs from its parent
salt.states.win_dacl.
present
(name, objectType, user, permission, acetype, propagation)¶Ensure an ACE is present