summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 09:14:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-28 09:14:22 -0400
commitaac16b9d3659ac3831a4448c930db436852e586b (patch)
treea0d7ca9e8918fbccf825591c4499685e320cd021 /README.md
parentvimperator, seccomp (diff)
downloadfirejail-aac16b9d3659ac3831a4448c930db436852e586b.tar.gz
firejail-aac16b9d3659ac3831a4448c930db436852e586b.tar.zst
firejail-aac16b9d3659ac3831a4448c930db436852e586b.zip
cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0cabc2c4..3d82f29a7 100644
--- a/README.md
+++ b/README.md
@@ -51,17 +51,35 @@ whitelist ~/Downloads
51whitelist ~/dwhelper 51whitelist ~/dwhelper
52whitelist ~/.zotero 52whitelist ~/.zotero
53whitelist ~/.lastpass 53whitelist ~/.lastpass
54whitelist ~/.gtkrc-2.0
55whitelist ~/.vimperatorrc
56whitelist ~/.vimperator
54````` 57`````
55 58
56I intend to bring in all files and directories used by Firefox addons and plugins. So far I have 59I intend to bring in all files and directories used by Firefox addons and plugins. So far I have
57[Video DownloadHelper](https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/), 60[Video DownloadHelper](https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/),
58[Zotero](https://www.zotero.org/download/) and 61[Zotero](https://www.zotero.org/download/)
59[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/). 62[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/),
63and [Vimperator](https://addons.mozilla.org/en-US/firefox/addon/vimperator/)
60If you're using a anything else, please let me know. 64If you're using a anything else, please let me know.
61 65
66### Whitelisting in default Cromium profile
67
68![Whitelisted home directory](chromium-whitelist.png?raw=true)
69
62### --ignore option 70### --ignore option
63 71
64Ignore commands in profile files. Example: 72Ignore commands in profile files. Example:
65````` 73`````
66$ firejail --ignore=seccomp wine 74$ firejail --ignore=seccomp wine
67````` 75`````
76
77### --protocol option
78
79Enable protocol filter. The filter is based on seccomp and the first argument to socket system call.
80Recognized values: unix, inet, inet6, netlink and packet. Example:
81`````
82$ firejail --protocol=unix,inet,inet6 firefox
83`````
84
85