aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-19 10:01:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-19 10:01:19 -0400
commitfa417620d29e6cd1a27b6e513eab41d42cd9ad7b (patch)
tree668ce0a3614c8503f90e5101793590b3f556e659 /src/man/firejail-profile.txt
parentmake deb is build using the current configuration (diff)
downloadfirejail-fa417620d29e6cd1a27b6e513eab41d42cd9ad7b.tar.gz
firejail-fa417620d29e6cd1a27b6e513eab41d42cd9ad7b.tar.zst
firejail-fa417620d29e6cd1a27b6e513eab41d42cd9ad7b.zip
document blacklist-nolog
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 99e7f6690..cc37670aa 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -128,6 +128,17 @@ blacklist ${PATH}/ifconfig
128blacklist ${HOME}/.ssh 128blacklist ${HOME}/.ssh
129 129
130.TP 130.TP
131\fBblacklist-nolog file_or_directory
132When --tracelog flag is set, blacklisting generates syslog messages if the sandbox tries to access the file or directory.
133blacklist-nolog command disables syslog messages for this particular file or directory. Examples:
134.br
135
136.br
137blacklist-nolog /usr/bin
138.br
139blacklist-nolog /usr/bin/gcc*
140
141.TP
131\fBbind directory1,directory2 142\fBbind directory1,directory2
132Mount-bind directory1 on top of directory2. This option is only available when running as root. 143Mount-bind directory1 on top of directory2. This option is only available when running as root.
133.TP 144.TP