aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 87326a7bd..af9fe4b90 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -678,6 +678,16 @@ Same as "firejail --join=name" if sandbox with specified name exists, otherwise
678Note that in contrary to other join options there is respective profile option. 678Note that in contrary to other join options there is respective profile option.
679 679
680.TP 680.TP
681\fB\-\-keep-var-tmp
682/var/tmp directory is untouched.
683.br
684
685.br
686Example:
687.br
688$ firejail --keep-var-tmp
689
690.TP
681\fB\-\-ls=name|pid dir_or_filename 691\fB\-\-ls=name|pid dir_or_filename
682List files in sandbox container, see \fBFILE TRANSFER\fR section for more details. 692List files in sandbox container, see \fBFILE TRANSFER\fR section for more details.
683 693
@@ -2129,16 +2139,6 @@ Example:
2129$ sudo firejail --writable-var 2139$ sudo firejail --writable-var
2130 2140
2131.TP 2141.TP
2132\fB\-\-keep-var-tmp
2133/var/tmp directory is untouched.
2134.br
2135
2136.br
2137Example:
2138.br
2139$ sudo firejail --keep-var-tmp
2140
2141.TP
2142\fB\-\-writable-var-log 2142\fB\-\-writable-var-log
2143Use the real /var/log directory, not a clone. By default, a tmpfs is mounted on top of /var/log 2143Use the real /var/log directory, not a clone. By default, a tmpfs is mounted on top of /var/log
2144directory, and a skeleton filesystem is created based on the original /var/log. 2144directory, and a skeleton filesystem is created based on the original /var/log.