From 50d9e46dbb8400d4570781728c63b151d9ca982b Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 18 Jan 2015 05:02:47 -0500 Subject: tmpfiles: implement augmenting of existing ACLs This is much more useful in practice (equivalent to setfacl -m). --- man/tmpfiles.d.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'man') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index ee33afcf6b..957910dd6d 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -234,7 +234,7 @@ to exclude paths from clean-up as controlled with the Age parameter. Note that lines of this type do not influence the effect of r or R - lines. Lines of this type accept shell-style globs in place + lines. Lines of this type accept shell-style globs in place of normal path names. @@ -246,7 +246,7 @@ not exclude the content if path is a directory, but only directory itself. Note that lines of this type do not influence the effect of r or - R lines. Lines of this type accept + R lines. Lines of this type accept shell-style globs in place of normal path names. @@ -304,19 +304,25 @@ a - Set POSIX ACLs (access control lists). - Lines of this type accept shell-style globs in - place of normal path names. This can be useful for - allowing additional access to certain files. - + a+ + Set POSIX ACLs (access control lists). If + suffixed with +, specified mask will be + added to existing + entries. systemd-tmpfiles does not + automatically add the required base entries for user and + group to the specified mask, so they must be specified + explicitly if + is not used. The + mask will be added if not specified explicitly. + Lines of this type accept shell-style globs in place + of normal path names. This can be useful for allowing + additional access to certain files. A - Recursively set POSIX ACLs. Lines of this - type accept shell-style globs in place of normal path - names. This can be useful for allowing additional access to - certain files. + A+ + Same as a and + a+, but recursive. -- cgit v1.2.3-54-g00ecf