aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-12 08:21:57 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-12 08:21:57 -0400
commit67f8a71cd721b1786dc5b17248316a714ea71869 (patch)
tree2c4ed7ce9d754835b8a9f838ce5a4c5db902214e /README.md
parentaudit work (diff)
downloadfirejail-67f8a71cd721b1786dc5b17248316a714ea71869.tar.gz
firejail-67f8a71cd721b1786dc5b17248316a714ea71869.tar.zst
firejail-67f8a71cd721b1786dc5b17248316a714ea71869.zip
whitelist rework
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f4a66c0f..019a6a56c 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,23 @@ FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
40 40
41--user option was deprecated, please use "sudo -u username firejail application" instead. 41--user option was deprecated, please use "sudo -u username firejail application" instead.
42 42
43## --whitelist rework
44
45Symlinks outside user home directories are allowed:
46`````
47 --whitelist=dirname_or_filename
48 Whitelist directory or file. This feature is implemented only
49 for user home, /dev, /media, /opt, /var, and /tmp directories.
50 With the exeception of user home, both the link and the real
51 file should be in the same top directory.
52
53 Example:
54 $ firejail --noprofile --whitelist=~/.mozilla
55 $ firejail --whitelist=/tmp/.X11-unix --whitelist=/dev/null
56 $ firejail "--whitelist=/home/username/My Virtual Machines"
57`````
58
59
43## AppImage 60## AppImage
44 61
45AppImage (http://appimage.org/) is a distribution-agnostic packaging format. 62AppImage (http://appimage.org/) is a distribution-agnostic packaging format.