aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-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