From 462d63db0680c2b69d5426ded197342372ebe309 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Thu, 15 Dec 2011 23:04:37 +0100 Subject: [PATCH 1/1] man: document 'Z' in tmpfiles --- man/systemd-tmpfiles.xml | 3 ++- man/tmpfiles.d.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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. + -- 2.30.2