From a783d0af2d7a5a40942c8c2355a9119e3344dcc2 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 16 Dec 2011 00:38:22 +0100 Subject: [PATCH] man: mention that 'Z' ignores uid/gid/mode (cherry picked from commit a37b560a63f9b48980b94fc1cf9cd4fe25e3b904) --- man/tmpfiles.d.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 580d99c..6a2a377 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -175,7 +175,7 @@ d /run/user 0755 root root 10d creating this file or directory. If omitted or when set to - the default is used: 0755 for directories, 0644 for files. This parameter is - ignored for x, r, R lines. + ignored for x, r, R, Z lines. @@ -186,7 +186,7 @@ d /run/user 0755 root root 10d user/group ID or a user or group name. If omitted or when set to - the default 0 (root) is used. . These parameters are ignored for x, - r, R lines. + r, R, Z lines.