From: Zbigniew Jędrzejewski-Szmek Date: Sat, 17 Jun 2017 19:23:02 +0000 (-0400) Subject: man: describe RuntimeDirectoryMode= X-Git-Tag: v234~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=189cd8c2abc1670f7d81f3439a8a46bf4450624c;p=thirdparty%2Fsystemd.git man: describe RuntimeDirectoryMode= Fixes #5509. --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 54dad930b10..c31ab980fc4 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1621,7 +1621,6 @@ RuntimeDirectory= - RuntimeDirectoryMode= Takes a list of directory names. If set, one or more directories by the specified names will be created @@ -1645,6 +1644,16 @@ tmpfiles.d5. + + RuntimeDirectoryMode= + + Specifies the access mode of the directories specified in + RuntimeDirectory= as an octal number. Defaults to + 0755. See "Permissions" in + path_resolution7 for a discussion of the meaning of permission bits. + + + MemoryDenyWriteExecute=