aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 637519902..52802755f 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -198,9 +198,15 @@ Mount an empty tmpfs filesystem on top of directory. This option is available on
198Blacklist violations logged to syslog. 198Blacklist violations logged to syslog.
199.TP 199.TP
200\fBwhitelist file_or_directory 200\fBwhitelist file_or_directory
201Build a new user home in a temporary filesystem, and mount-bind file_or_directory. 201Whitelist directory or file. A temporary file system is mounted on the top directory, and the
202The modifications to file_or_directory are persistent, everything else is discarded 202whitelisted files are mount-binded inside. Modifications to whitelisted files are persistent,
203when the sandbox is closed. 203everything else is discarded when the sandbox is closed. The top directory could be
204user home, /dev, /media, /opt, /var, and /tmp.
205.br
206
207.br
208Symbolic link handling: with the exception of user home, both the link and the real file should be in
209the same top directory. For user home, both the link and the real file should be owned by the user.
204.TP 210.TP
205\fBwritable-etc 211\fBwritable-etc
206Mount /etc directory read-write. 212Mount /etc directory read-write.