X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Ftmpfiles.d.xml;h=839bb7604b3e41b9b04696b7f430f9317671ea59;hp=bc98d8b9488758069c0497ae03a1c54c20114f91;hb=fa3f5fd2d3aebc468c4df216eca18a289aaa7e16;hpb=22c3a6cadbc99ad623501db9a928f52f6f84c0c3 diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index bc98d8b94..839bb7604 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -304,6 +304,41 @@ + + h + Set file/directory attributes. Lines of this type + accept shell-style globs in place of normal path names. + + The format of the argument field is [+-=][aAcCdDeijsStTu] + + + The prefix + (the default one) causes the + attribute(s) to be added; - causes the + attribute(s) to be removed; = + causes the attributes to set exactly as the following letters. + The letters aAcCdDeijsStTu select the new + attributes for the files, see + chattr + 1 for further information. + + Passing only = as argument, + resets all the file attributes listed above. It has to be pointed + out that the = prefix, limits itself to the + attributes corresponding to the letters listed here. All other + attributes will be left untouched. + + + + + + + H + Recursively set file/directory attributes. Lines + of this type accept shell-style globs in place of normal + path names. + + + a a+ @@ -529,7 +564,8 @@ getfattr1, setfattr1, setfacl1, - getfacl1 + getfacl1, + chattr1