diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-10 23:42:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-10 23:42:16 +0200 |
commit | e73a03e059830a3df8fac811f923704311e93731 (patch) | |
tree | 43e68b863f40aac29f942695c1544a112204eece /man/tmpfiles.d.xml | |
parent | 849958d1ba3533c953fad46d4d41c0ec6e48316d (diff) |
tmpfiles: get rid of "m" lines, make them redundant by "z"
"m" so far has been a non-globbing version of "z". Since this makes it
quite redundant, let's get rid of it. Remove "m" from the man pages,
beef up "z" docs instead, and make "m" nothing more than a compatibility
alias for "z".
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 43 |
1 files changed, 17 insertions, 26 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 20ed803a52..76cae39aae 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -189,17 +189,6 @@ L /tmp/foobar - - - - /dev/null</programlisting> </varlistentry> <varlistentry> - <term><varname>m</varname></term> - <listitem><para>If the - specified file path exists, - adjust its access mode, group - and user to the specified - values and reset the SELinux - security context. If it does not exist, do - nothing.</para></listitem> - </varlistentry> - - <varlistentry> <term><varname>x</varname></term> <listitem><para>Ignore a path during cleaning. Use this type @@ -262,27 +251,29 @@ L /tmp/foobar - - - - /dev/null</programlisting> <varlistentry> <term><varname>z</varname></term> - <listitem><para>Restore - SELinux security context - and set ownership and access - mode of a file or directory if - it exists. Lines of this type - accept shell-style globs in - place of normal path names. + <listitem><para>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. </para></listitem> </varlistentry> <varlistentry> <term><varname>Z</varname></term> <listitem><para>Recursively - restore SELinux security - context and set - ownership and access mode of a - path and all its - subdirectories (if it is a - directory). Lines of this type - accept shell-style globs in - place of normal path + set the access mode, group and + user, and restore the SELinux + security context of a file or + directory if it exists, as + well as of its subdirectories + and the files contained + therein (if applicable). Lines + of this type accept + shell-style globs in place of + normal path names.</para></listitem> </varlistentry> </variablelist> |