DOKK / manpages / debian 10 / cdist / cdist-type__acl.7.en
CDIST-TYPE__ACL(7) cdist CDIST-TYPE__ACL(7)

cdist-type__acl - Basic wrapper around setfacl

ACL must be defined as 3-symbol combination, using r, w, x and -.

See setfacl(1) and acl(5) for more details.

Add user ACL entry.
Add group ACL entry.

Operate recursively (Linux only).
Add default ACL entries.
Remove undefined ACL entries (Solaris not supported).

__acl /srv/project \

--recursive \
--default \
--remove \
--user alice:rwx \
--user bob:r-x \
--group project-group:rwx \
--group some-other-group:r-x


Ander Punnar <ander-at-kvlt-dot-ee>

Copyright (C) 2018 Ander Punnar. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

February 16, 2019 4.10.6