mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
man: document 'Z' in tmpfiles
This commit is contained in:
parent
a8d8878329
commit
462d63db06
@ -84,7 +84,8 @@
|
|||||||
<listitem><para>If this option is passed all
|
<listitem><para>If this option is passed all
|
||||||
files and directories marked with f,
|
files and directories marked with f,
|
||||||
F, d, D in the configuration files are
|
F, d, D in the configuration files are
|
||||||
created.</para></listitem>
|
created. Files and directories marked with Z
|
||||||
|
are relabeled.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -155,6 +155,16 @@ d /run/user 0755 root root 10d</programlisting>
|
|||||||
place of normal path
|
place of normal path
|
||||||
names.</para></listitem>
|
names.</para></listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user