diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 08d5c73ce..20e399bfd 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -84,7 +84,8 @@ If this option is passed all files and directories marked with f, F, d, D in the configuration files are - created. + created. Files and directories marked with Z + are relabeled. diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 7f4c45c96..580d99cfc 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -155,6 +155,16 @@ d /run/user 0755 root root 10d place of normal path names. + + + Z + 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. +