aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt3
-rw-r--r--src/man/firejail.txt10
2 files changed, 13 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 0217e1353..f136be510 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -164,6 +164,9 @@ Mount-bind file1 on top of file2. This option is only available when running as
164\fBdisable-mnt 164\fBdisable-mnt
165Disable /mnt, /media, /run/mount and /run/media access. 165Disable /mnt, /media, /run/mount and /run/media access.
166.TP 166.TP
167\fBkeep-var-tmp
168/var/tmp directory is untouched.
169.TP
167\fBmkdir directory 170\fBmkdir directory
168Create a directory in user home or under /tmp before the sandbox is started. 171Create a directory in user home or under /tmp before the sandbox is started.
169The directory is created if it doesn't already exist. 172The directory is created if it doesn't already exist.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index d8fed1f31..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