From: Zbigniew Jędrzejewski-Szmek Date: Fri, 25 Jan 2013 19:25:43 +0000 (-0500) Subject: man: mention that PrivateTmp means /var/tmp too X-Git-Tag: v198~399 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=652d0dd7097984801fca0378b762bf96e8fda029;ds=sidebyside man: mention that PrivateTmp means /var/tmp too --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index a0fca5996..fb74bcc97 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1096,15 +1096,17 @@ Takes a boolean argument. If true sets up a new file system namespace for the executed - processes and mounts a private - /tmp directory - inside it, that is not shared by + processes and mounts private + /tmp and + /var/tmp directories + inside it, that are not shared by processes outside of the namespace. This is useful to secure access to temporary files of the process, but makes sharing between processes via - /tmp + /tmp or + /var/tmp impossible. Defaults to false.