aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-05-03 08:54:44 -0400
committerLibravatar Chiraag Nataraj <chiraag.nataraj@gmail.com>2018-05-03 08:54:44 -0400
commit3dfe93cd873f0467e7ee910f5e4463d757c9a718 (patch)
tree4d0e954babb233c3f35fa635de6ae993c64013c4 /src/man/firejail.txt
parentAdd --keep-var-tmp and associated profile option (diff)
downloadfirejail-3dfe93cd873f0467e7ee910f5e4463d757c9a718.tar.gz
firejail-3dfe93cd873f0467e7ee910f5e4463d757c9a718.tar.zst
firejail-3dfe93cd873f0467e7ee910f5e4463d757c9a718.zip
Moved documentation to conform with alphabetical ordering
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.