aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/man/firejail.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 13dcf09ee..1bed40015 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2346,6 +2346,10 @@ the same top directory. For user home, both the link and the real file should be
2346.br 2346.br
2347 2347
2348.br 2348.br
2349File globbing is supported, see \fBFILE GLOBBING\fR section for more details.
2350.br
2351
2352.br
2349Example: 2353Example:
2350.br 2354.br
2351$ firejail \-\-noprofile \-\-whitelist=~/.mozilla 2355$ firejail \-\-noprofile \-\-whitelist=~/.mozilla
@@ -2353,6 +2357,8 @@ $ firejail \-\-noprofile \-\-whitelist=~/.mozilla
2353$ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null 2357$ firejail \-\-whitelist=/tmp/.X11-unix --whitelist=/dev/null
2354.br 2358.br
2355$ firejail "\-\-whitelist=/home/username/My Virtual Machines" 2359$ firejail "\-\-whitelist=/home/username/My Virtual Machines"
2360.br
2361$ firejail \-\-whitelist=~/work* \-\-whitelist=/var/backups*
2356 2362
2357.TP 2363.TP
2358\fB\-\-writable-etc 2364\fB\-\-writable-etc
@@ -2722,7 +2728,7 @@ The globbing feature is implemented using glibc glob command. For more informati
2722 2728
2723.br 2729.br
2724.TP 2730.TP
2725The following command line options are supported: \-\-blacklist, \-\-private-bin, \-\-noexec, \-\-read-only, \-\-read-write, and \-\-tmpfs. 2731The following command line options are supported: \-\-blacklist, \-\-private-bin, \-\-noexec, \-\-read-only, \-\-read-write, \-\-tmpfs, and \-\-whitelist.
2726.br 2732.br
2727 2733
2728.br 2734.br