X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=957910dd6dbdf9232c45a386013f2aba9d87669c;hb=50d9e46dbb8400d4570781728c63b151d9ca982b;hp=7c1ef42c203da1fdfcfdbc281fe8406888f945e7;hpb=f8eeeaf9b783ebbab30672629abf3920db286811;p=elogind.git diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 7c1ef42c2..957910dd6 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. @@ -273,7 +273,7 @@ Adjust the access mode, group and user, and restore the SELinux security context of a file or directory, if it exists. Lines of this type accept shell-style globs in - place of normal path names. + place of normal path names. @@ -288,16 +288,41 @@ t - Set extended attributes on the specified - path. This can be useful for setting SMACK labels. + Set extended attributes. Lines of this type + accept shell-style globs in place of normal path names. + This can be useful for setting SMACK labels. + + + + + T + Recursively set extended attributes. Lines + of this type accept shell-style globs in place of normal + path names. This can be useful for setting SMACK labels. a - Set POSIX ACLs (access control lists) on the - specified path. This can be useful for allowing aditional - 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 + A+ + Same as a and + a+, but recursive.