From ffaa990b283adbe9a39a880cfcb0f33d5b511a80 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 3 Jun 2021 18:10:49 +0200 Subject: Update manpage for whitelist2 --- src/man/firejail-profile.txt | 5 +++-- src/man/firejail.txt | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'src/man') 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. \fBwhitelist file_or_directory 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 could be -user home, /dev, /etc, /media, /mnt, /opt, /srv, /sys/module, /usr/share, /var, and /tmp. +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 /usr. .br .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 \fB\-\-whitelist=dirname_or_filename 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 could be -user home, /dev, /etc, /media, /mnt, /opt, /run/user/$UID, /srv, /sys/module, /tmp, /usr/share and /var. +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 /usr. .br .br -- cgit v1.2.3-54-g00ecf