From ac815a4e61556f4f4a58c524b8d0b697d90ceb9d Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 12 Jan 2023 12:25:38 -0500 Subject: rel 0.9.72 testing: disable whitelisting /dev directory --- src/man/firejail.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/man') 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 Whitelist directory or file. A temporary file system is mounted on the top directory, and the whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent, everything else is discarded when the sandbox is closed. The top directory can be -all directories in / (except /proc and /sys), /sys/module, /run/user/$UID, $HOME and +all directories in / (except /dev, /proc and /sys), /sys/module, /run/user/$UID, $HOME and all directories in /usr. .br @@ -3064,7 +3064,7 @@ Example: .br $ firejail \-\-noprofile \-\-whitelist=~/.mozilla .br -$ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null +$ firejail \-\-whitelist=/tmp/.X11-unix .br $ firejail "\-\-whitelist=/home/username/My Virtual Machines" .br -- cgit v1.2.3-54-g00ecf