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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 39c81312c..4320ae4fc 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -3040,7 +3040,7 @@ $ firejail \-\-net=br0 --veth-name=if0
3040Whitelist directory or file. A temporary file system is mounted on the top directory, and the 3040Whitelist directory or file. A temporary file system is mounted on the top directory, and the
3041whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent, 3041whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent,
3042everything else is discarded when the sandbox is closed. The top directory can be 3042everything else is discarded when the sandbox is closed. The top directory can be
3043all directories in / (except /proc and /sys), /sys/module, /run/user/$UID, $HOME and 3043all directories in / (except /dev, /proc and /sys), /sys/module, /run/user/$UID, $HOME and
3044all directories in /usr. 3044all directories in /usr.
3045.br 3045.br
3046 3046
@@ -3064,7 +3064,7 @@ Example:
3064.br 3064.br
3065$ firejail \-\-noprofile \-\-whitelist=~/.mozilla 3065$ firejail \-\-noprofile \-\-whitelist=~/.mozilla
3066.br 3066.br
3067$ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null 3067$ firejail \-\-whitelist=/tmp/.X11-unix
3068.br 3068.br
3069$ firejail "\-\-whitelist=/home/username/My Virtual Machines" 3069$ firejail "\-\-whitelist=/home/username/My Virtual Machines"
3070.br 3070.br