forked from ungleich-public/cdist
__acl: update man
This commit is contained in:
parent
8729e39c21
commit
13df0a2a2b
1 changed files with 8 additions and 5 deletions
|
@ -3,14 +3,16 @@ cdist-type__acl(7)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
cdist-type__acl - Basic wrapper around `setfacl`
|
cdist-type__acl - Set ACL entries
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
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
|
OPTIONAL MULTIPLE PARAMETERS
|
||||||
|
@ -34,13 +36,14 @@ other
|
||||||
BOOLEAN PARAMETERS
|
BOOLEAN PARAMETERS
|
||||||
------------------
|
------------------
|
||||||
recursive
|
recursive
|
||||||
Operate recursively (Linux only).
|
Make ``setfacl`` recursive (Linux only), but not ``getfacl`` in explorer.
|
||||||
|
|
||||||
default
|
default
|
||||||
Add default ACL entries.
|
Add default ACL entries (FreeBSD not supported).
|
||||||
|
|
||||||
remove
|
remove
|
||||||
Remove undefined ACL entries (Solaris not supported).
|
Remove undefined ACL entries (Solaris not supported).
|
||||||
|
ACL entries for ``mask`` and ``other`` can't be removed.
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
|
|
Loading…
Reference in a new issue