aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
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
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')
-rw-r--r--src/man/firejail-profile.txt5
-rw-r--r--src/man/firejail.txt5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 12e841af5..6f3bef7f2 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -428,8 +428,9 @@ Blacklist violations logged to syslog.
428\fBwhitelist file_or_directory 428\fBwhitelist file_or_directory
429Whitelist directory or file. A temporary file system is mounted on the top directory, and the 429Whitelist directory or file. A temporary file system is mounted on the top directory, and the
430whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent, 430whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent,
431everything else is discarded when the sandbox is closed. The top directory could be 431everything else is discarded when the sandbox is closed. The top directory can be
432user home, /dev, /etc, /media, /mnt, /opt, /srv, /sys/module, /usr/share, /var, and /tmp. 432all directories in / (except /proc and /sys), /sys/module, /run/user/$UID, $HOME and
433all directories in /usr.
433.br 434.br
434 435
435.br 436.br
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