From: Goffredo Baroncelli Date: Mon, 16 Mar 2015 19:33:51 +0000 (+0100) Subject: man: add h/H to tmpfiles.d(5) X-Git-Tag: v219.0~260 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fa3f5fd2d3aebc468c4df216eca18a289aaa7e16;p=elogind.git man: add h/H to tmpfiles.d(5) --- 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