__acl: update man

This commit is contained in:
ander 2019-04-19 14:11:29 +03:00
parent 8729e39c21
commit 13df0a2a2b
1 changed files with 8 additions and 5 deletions

View File

@ -3,14 +3,16 @@ cdist-type__acl(7)
NAME
----
cdist-type__acl - Basic wrapper around `setfacl`
cdist-type__acl - Set ACL entries
DESCRIPTION
-----------
ACL must be defined as 3-symbol combination, using `r`, `w`, `x` and `-`.
ACL must be defined as 3-symbol combination, using ``r``, ``w``, ``x`` and ``-``.
See setfacl(1) and acl(5) for more details.
Fully supported on Linux, partial support for FreeBSD, OSX and Solaris.
See ``setfacl`` and ``acl`` manpages for more details.
OPTIONAL MULTIPLE PARAMETERS
@ -34,13 +36,14 @@ other
BOOLEAN PARAMETERS
------------------
recursive
Operate recursively (Linux only).
Make ``setfacl`` recursive (Linux only), but not ``getfacl`` in explorer.
default
Add default ACL entries.
Add default ACL entries (FreeBSD not supported).
remove
Remove undefined ACL entries (Solaris not supported).
ACL entries for ``mask`` and ``other`` can't be removed.
EXAMPLES