diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2011-12-15 23:04:37 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2011-12-16 00:31:21 +0100 |
commit | 462d63db0680c2b69d5426ded197342372ebe309 (patch) | |
tree | e5c8c2c1cee2d90150ef59a76b1cbde618ebe634 /man/tmpfiles.d.xml | |
parent | a8d8878329893d19106053e5008f0075f149aa16 (diff) |
man: document 'Z' in tmpfiles
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 7f4c45c960..580d99cfcb 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -155,6 +155,16 @@ d /run/user 0755 root root 10d</programlisting> place of normal path names.</para></listitem> </varlistentry> + + <varlistentry> + <term><varname>Z</varname></term> + <listitem><para>Recursively + relabel security context 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 names.</para></listitem> + </varlistentry> </variablelist> </refsect2> |