aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index cd9ea6a8a..f7079200e 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1515,14 +1515,14 @@ firejail version 0.9.27
1515.TP 1515.TP
1516\fB\-\-whitelist=dirname_or_filename 1516\fB\-\-whitelist=dirname_or_filename
1517Whitelist directory or file. This feature is implemented only for user home, /dev, /media, /opt, /var, and /tmp directories. 1517Whitelist directory or file. This feature is implemented only for user home, /dev, /media, /opt, /var, and /tmp directories.
1518When whitlisting symbolic links, both the link and the real file should be in the same top directory 1518With the exeception of user home, both the link and the real file should be in
1519(home user, /media, /var etc.) 1519the same top directory.
1520.br 1520.br
1521 1521
1522.br 1522.br
1523Example: 1523Example:
1524.br 1524.br
1525$ firejail \-\-whitelist=~/.mozilla \-\-whitelist=~/Downloads 1525$ firejail \-\-noprofile \-\-whitelist=~/.mozilla
1526.br 1526.br
1527$ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null 1527$ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null
1528.br 1528.br