aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 11:57:07 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-03 11:57:07 -0500
commitfa88b858da3a412c0111185fc0576fc9ad3c4be3 (patch)
treef35513b863ddd2d0c05b7678f52d63cd9e175804 /README.md
parent--tracelog (diff)
downloadfirejail-fa88b858da3a412c0111185fc0576fc9ad3c4be3.tar.gz
firejail-fa88b858da3a412c0111185fc0576fc9ad3c4be3.tar.zst
firejail-fa88b858da3a412c0111185fc0576fc9ad3c4be3.zip
--tracelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 692e689a3..477e59ee0 100644
--- a/README.md
+++ b/README.md
@@ -95,3 +95,19 @@ New profiles introduced in this version: unbound, dnscrypt-proxy
95### --whitelist 95### --whitelist
96 96
97Whitelist command accepts files in user home, /dev, /media, /var, and /tmp directories. 97Whitelist command accepts files in user home, /dev, /media, /var, and /tmp directories.
98
99### --tracelog
100
101Tracelog command enables auditing blacklisted files and directories. A message
102is sent to syslog in case the file or the directory is accessed. Example:
103`````
104$ firejail --tracelog firefox
105`````
106Syslog example:
107`````
108$ sudo tail -f /var/log/syslog
109[...]
110Dec 3 11:43:25 debian firejail[70]: blacklist violation - sandbox 26370, exe iceweasel, syscall open64, path /etc/shadow
111Dec 3 11:46:17 debian firejail[70]: blacklist violation - sandbox 26370, exe iceweasel, syscall opendir, path /boot
112[...]
113````` \ No newline at end of file