aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 28f75d023..62225c407 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1297,7 +1297,28 @@ Child process initialized
1297parent is shutting down, bye... 1297parent is shutting down, bye...
1298.TP 1298.TP
1299\fB\-\-tracelog 1299\fB\-\-tracelog
1300Add a log message in syslog for every access to blacklisted files or directories. 1300This option enables auditing blacklisted files and directories. A message
1301is sent to syslog in case the file or the directory is accessed.
1302.br
1303
1304.br
1305Example:
1306.br
1307$ firejail --tracelog firefox
1308.br
1309
1310.br
1311Sample messages:
1312.br
1313$ sudo tail -f /var/log/syslog
1314.br
1315[...]
1316.br
1317Dec 3 11:43:25 debian firejail[70]: blacklist violation - sandbox 26370, exe firefox, syscall open64, path /etc/shadow
1318.br
1319Dec 3 11:46:17 debian firejail[70]: blacklist violation - sandbox 26370, exe firefox, syscall opendir, path /boot
1320.br
1321[...]
1301.TP 1322.TP
1302\fB\-\-tree 1323\fB\-\-tree
1303Print a tree of all sandboxed processes, see MONITORING section for more details. 1324Print a tree of all sandboxed processes, see MONITORING section for more details.