summaryrefslogtreecommitdiff
path: root/man/systemd.exec.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-25 14:25:43 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-26 10:52:32 -0500
commit652d0dd7097984801fca0378b762bf96e8fda029 (patch)
tree212e3be322ab9d08c11faaf9f97eb19a26c22d65 /man/systemd.exec.xml
parentb08131ec17e9263c3beabfbe1c41562cf1ac40af (diff)
man: mention that PrivateTmp means /var/tmp too
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r--man/systemd.exec.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index a0fca5996b..fb74bcc972 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -1096,15 +1096,17 @@
<listitem><para>Takes a boolean
argument. If true sets up a new file
system namespace for the executed
- processes and mounts a private
- <filename>/tmp</filename> directory
- inside it, that is not shared by
+ processes and mounts private
+ <filename>/tmp</filename> and
+ <filename>/var/tmp</filename> 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
- <filename>/tmp</filename>
+ <filename>/tmp</filename> or
+ <filename>/var/tmp</filename>
impossible. Defaults to
false.</para></listitem>
</varlistentry>