aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-14 10:41:08 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-14 10:41:08 -0500
commitecb408418fcc0ceeacce76e86f6200fd0fdd149c (patch)
treeca5a464131a5fcf8c5acccd13e4b56e955f795cb /src/man
parentRELNOTES: add bugfix for --profile-path in --help (diff)
downloadfirejail-ecb408418fcc0ceeacce76e86f6200fd0fdd149c.tar.gz
firejail-ecb408418fcc0ceeacce76e86f6200fd0fdd149c.tar.zst
firejail-ecb408418fcc0ceeacce76e86f6200fd0fdd149c.zip
bringing back whitelisting /dev
Diffstat (limited to 'src/man')
-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 4320ae4fc..e5020e37e 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 /dev, /proc and /sys), /sys/module, /run/user/$UID, $HOME and 3043all directories in / (except /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 3067$ firejail \-\-whitelist=/tmp/.X11-unix \-\-whitelist=/dev/null
3068.br 3068.br
3069$ firejail "\-\-whitelist=/home/username/My Virtual Machines" 3069$ firejail "\-\-whitelist=/home/username/My Virtual Machines"
3070.br 3070.br