aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-12 12:25:38 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-12 12:25:38 -0500
commitac815a4e61556f4f4a58c524b8d0b697d90ceb9d (patch)
tree1ce4bf13e433a7b7f43c190832125ace1eed3f30 /src/man
parentrel 0.9.72 testing: cleanup make test-private-lib (diff)
downloadfirejail-ac815a4e61556f4f4a58c524b8d0b697d90ceb9d.tar.gz
firejail-ac815a4e61556f4f4a58c524b8d0b697d90ceb9d.tar.zst
firejail-ac815a4e61556f4f4a58c524b8d0b697d90ceb9d.zip
rel 0.9.72 testing: disable whitelisting /dev directory
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 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