Michal Schmidt 14c310
From e02e2cd119d731cdd830c9b4f5312ed35d2ad6ba Mon Sep 17 00:00:00 2001
Michal Schmidt 14c310
From: Lennart Poettering <lennart@poettering.net>
Michal Schmidt 14c310
Date: Mon, 12 Mar 2012 21:51:39 +0100
Michal Schmidt 14c310
Subject: [PATCH] man: reword tmpfiles selinux bits (cherry picked from commit
Michal Schmidt 14c310
 669e49fe2c841e53f7f2196bbe5d614013429ecd)
Michal Schmidt 14c310
Michal Schmidt 14c310
---
Michal Schmidt 14c310
 man/tmpfiles.d.xml |   29 +++++++++++++++++------------
Michal Schmidt 14c310
 1 files changed, 17 insertions(+), 12 deletions(-)
Michal Schmidt 14c310
Michal Schmidt 14c310
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
Michal Schmidt 14c310
index 4a8e831..74fcc75 100644
Michal Schmidt 14c310
--- a/man/tmpfiles.d.xml
Michal Schmidt 14c310
+++ b/man/tmpfiles.d.xml
Michal Schmidt 14c310
@@ -158,23 +158,28 @@ d    /run/user 0755 root root 10d</programlisting>
Michal Schmidt 14c310
 
Michal Schmidt 14c310
                                 <varlistentry>
Michal Schmidt 14c310
                                         <term><varname>z</varname></term>
Michal Schmidt 14c310
-                                        <listitem><para>Set ownership, access
Michal Schmidt 14c310
-                                        mode and relabel security context of
Michal Schmidt 14c310
-                                        a file or directory if it exists.
Michal Schmidt 14c310
-                                        Lines of this type accept shell-style
Michal Schmidt 14c310
-                                        globs in place of normal path names.
Michal Schmidt 14c310
+                                        <listitem><para>Restore
Michal Schmidt 14c310
+                                        SELinux security context label
Michal Schmidt 14c310
+                                        and set ownership and access
Michal Schmidt 14c310
+                                        mode of a file or directory if
Michal Schmidt 14c310
+                                        it exists.  Lines of this type
Michal Schmidt 14c310
+                                        accept shell-style globs in
Michal Schmidt 14c310
+                                        place of normal path names.
Michal Schmidt 14c310
                                         </para></listitem>
Michal Schmidt 14c310
                                 </varlistentry>
Michal Schmidt 14c310
 
Michal Schmidt 14c310
                                 <varlistentry>
Michal Schmidt 14c310
                                         <term><varname>Z</varname></term>
Michal Schmidt 14c310
-                                        <listitem><para>Recursively set
Michal Schmidt 14c310
-                                        ownership, access mode and relabel
Michal Schmidt 14c310
-                                        security context of a path and
Michal Schmidt 14c310
-                                        all its subdirectories (if it is a
Michal Schmidt 14c310
-                                        directory). Lines of this type accept
Michal Schmidt 14c310
-                                        shell-style globs in place of normal
Michal Schmidt 14c310
-                                        path names.</para></listitem>
Michal Schmidt 14c310
+                                        <listitem><para>Recursively
Michal Schmidt 14c310
+                                        restore SELinux security
Michal Schmidt 14c310
+                                        context label and set
Michal Schmidt 14c310
+                                        ownership and access mode of a
Michal Schmidt 14c310
+                                        path and all its
Michal Schmidt 14c310
+                                        subdirectories (if it is a
Michal Schmidt 14c310
+                                        directory). Lines of this type
Michal Schmidt 14c310
+                                        accept shell-style globs in
Michal Schmidt 14c310
+                                        place of normal path
Michal Schmidt 14c310
+                                        names.</para></listitem>
Michal Schmidt 14c310
                                 </varlistentry>
Michal Schmidt 14c310
                         </variablelist>
Michal Schmidt 14c310
                 </refsect2>