From 265ffa1e05acf12769a64d0734fd2472237c03c5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 17 Sep 2013 16:33:30 -0500 Subject: tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if it exists --- man/systemd-tmpfiles.xml | 2 +- man/tmpfiles.d.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 281ab3ca25..ba727e1854 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -165,7 +165,7 @@ See Also systemd1, - tmpfiles.d5, + tmpfiles.d5 diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 1cf899226a..9fc4b7cd8f 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -155,6 +155,17 @@ L /tmp/foobar - - - - /dev/null Create a block device node if it does not exist yet + + m + If the + specified file path exists + adjust its access mode, group + and user to the specified + values and reset the SELinux + label. If it doesn't exist do + nothing. + + x Ignore a path -- cgit v1.2.3-54-g00ecf