mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +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
|
||||
files and directories marked with f,
|
||||
F, d, D in the configuration files are
|
||||
created.</para></listitem>
|
||||
created. Files and directories marked with Z
|
||||
are relabeled.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user