aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-05-01 23:29:13 -0400
committerLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-05-01 23:29:13 -0400
commitbe5044ba408f46790c28d1f5ad4b6251a0a69234 (patch)
tree1c727a99388489eed68106dcbe36e246da1ed78d /src/man/firejail-profile.txt
parentMerge branch 'master' of http://github.com/netblue30/firejail (diff)
downloadfirejail-be5044ba408f46790c28d1f5ad4b6251a0a69234.tar.gz
firejail-be5044ba408f46790c28d1f5ad4b6251a0a69234.tar.zst
firejail-be5044ba408f46790c28d1f5ad4b6251a0a69234.zip
Add --keep-var-tmp and associated profile option
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 0217e1353..c73f23b94 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -280,6 +280,9 @@ Disable the default blacklisting of run/user/$UID/systemd and /run/user/$UID/gnu
280\fBwritable-var 280\fBwritable-var
281Mount /var directory read-write. 281Mount /var directory read-write.
282.TP 282.TP
283\fBkeep-var-tmp
284/var/tmp directory is untouched.
285.TP
283\fBwritable-var-log 286\fBwritable-var-log
284Use the real /var/log directory, not a clone. By default, a tmpfs is mounted on top of /var/log 287Use the real /var/log directory, not a clone. By default, a tmpfs is mounted on top of /var/log
285directory, and a skeleton filesystem is created based on the original /var/log. 288directory, and a skeleton filesystem is created based on the original /var/log.