From 189cd8c2abc1670f7d81f3439a8a46bf4450624c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 17 Jun 2017 15:23:02 -0400 Subject: [PATCH] man: describe RuntimeDirectoryMode= Fixes #5509. --- man/systemd.exec.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 54dad93..c31ab98 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 @@ -1646,6 +1645,16 @@ + 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= Takes a boolean argument. If set, attempts to create memory mappings that are writable and -- 2.7.4