aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-28 08:26:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-28 08:26:27 -0400
commit2aea8f1d20d68a65ce15d9f70480aecdc81e18b1 (patch)
tree0526bbe73b6dd9364eb6f1eff6141c634f153b61 /README.md
parentfix cyberfox profile (diff)
downloadfirejail-2aea8f1d20d68a65ce15d9f70480aecdc81e18b1.tar.gz
firejail-2aea8f1d20d68a65ce15d9f70480aecdc81e18b1.tar.zst
firejail-2aea8f1d20d68a65ce15d9f70480aecdc81e18b1.zip
whitelist fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 63b9edb04..d1a41d1ca 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,9 @@ Symlinks outside user home directories are allowed:
49 --whitelist=dirname_or_filename 49 --whitelist=dirname_or_filename
50 Whitelist directory or file. This feature is implemented only 50 Whitelist directory or file. This feature is implemented only
51 for user home, /dev, /media, /opt, /var, and /tmp directories. 51 for user home, /dev, /media, /opt, /var, and /tmp directories.
52 With the exception of user home, both the link and the real 52 With the exception of user home, both the link and the real file
53 file should be in the same top directory. 53 should be in the same top directory. For /home, both the link
54 and the real file should be owned by the user.
54 55
55 Example: 56 Example:
56 $ firejail --noprofile --whitelist=~/.mozilla 57 $ firejail --noprofile --whitelist=~/.mozilla