aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-09 13:51:07 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-09 13:51:07 -0500
commitcdde8872a75105b6b347db93315ec0ecd97d6289 (patch)
tree0e3aaf7e0f302d88feb74aa39edd10d1c6f8f156 /src/man
parentwarning message not terminated by \n (diff)
downloadfirejail-cdde8872a75105b6b347db93315ec0ecd97d6289.tar.gz
firejail-cdde8872a75105b6b347db93315ec0ecd97d6289.tar.zst
firejail-cdde8872a75105b6b347db93315ec0ecd97d6289.zip
--nowhitelist
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail-profile.txt6
-rw-r--r--src/man/firejail.txt4
2 files changed, 10 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index cf2398ad4..76cd4d4fa 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -103,6 +103,12 @@ If the file name matches file_name, the file will not be blacklisted in any blac
103Example: "noblacklist ${HOME}/.mozilla" 103Example: "noblacklist ${HOME}/.mozilla"
104 104
105.TP 105.TP
106\fBnowhitelist file_name
107If the file name matches file_name, the file will not be whitelisted in any whitelist commands that follow.
108
109Example: "nowhitelist ~/.config"
110
111.TP
106\fBignore 112\fBignore
107Ignore command. 113Ignore command.
108 114
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2b6069a7a..f603daecb 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1067,6 +1067,10 @@ Example:
1067$ firejail \-\-nosound firefox 1067$ firejail \-\-nosound firefox
1068 1068
1069.TP 1069.TP
1070\fB\-\-nowhitelist=dirname_or_filename
1071Disable whitelist for this directory or file.
1072
1073.TP
1070\fB\-\-output=logfile 1074\fB\-\-output=logfile
1071stdout logging and log rotation. Copy stdout and stderr to logfile, and keep the size of the file under 500KB using log 1075stdout logging and log rotation. Copy stdout and stderr to logfile, and keep the size of the file under 500KB using log
1072rotation. Five files with prefixes .1 to .5 are used in rotation. 1076rotation. Five files with prefixes .1 to .5 are used in rotation.