aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail.txt
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-06-03 18:10:49 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-06-03 18:14:57 +0200
commitffaa990b283adbe9a39a880cfcb0f33d5b511a80 (patch)
tree6378738c36197b2b68d5d39524a487b0b6db0764 /src/man/firejail.txt
parentMerge pull request #4327 from ordinary-dev/fix-telegram-profile (diff)
downloadfirejail-ffaa990b283adbe9a39a880cfcb0f33d5b511a80.tar.gz
firejail-ffaa990b283adbe9a39a880cfcb0f33d5b511a80.tar.zst
firejail-ffaa990b283adbe9a39a880cfcb0f33d5b511a80.zip
Update manpage for whitelist2
Diffstat (limited to 'src/man/firejail.txt')
-rw-r--r--src/man/firejail.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index f4a549b05..3212a88e4 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2723,8 +2723,9 @@ $ firejail \-\-net=br0 --veth-name=if0
2723\fB\-\-whitelist=dirname_or_filename 2723\fB\-\-whitelist=dirname_or_filename
2724Whitelist directory or file. A temporary file system is mounted on the top directory, and the 2724Whitelist directory or file. A temporary file system is mounted on the top directory, and the
2725whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent, 2725whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent,
2726everything else is discarded when the sandbox is closed. The top directory could be 2726everything else is discarded when the sandbox is closed. The top directory can be
2727user home, /dev, /etc, /media, /mnt, /opt, /run/user/$UID, /srv, /sys/module, /tmp, /usr/share and /var. 2727all directories in / (except /proc and /sys), /sys/module, /run/user/$UID, $HOME and
2728all directories in /usr.
2728.br 2729.br
2729 2730
2730.br 2731.br