From aac16b9d3659ac3831a4448c930db436852e586b Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 28 Oct 2015 09:14:22 -0400 Subject: cleanup --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d0cabc2c4..3d82f29a7 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,35 @@ whitelist ~/Downloads whitelist ~/dwhelper whitelist ~/.zotero whitelist ~/.lastpass +whitelist ~/.gtkrc-2.0 +whitelist ~/.vimperatorrc +whitelist ~/.vimperator ````` I intend to bring in all files and directories used by Firefox addons and plugins. So far I have [Video DownloadHelper](https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/), -[Zotero](https://www.zotero.org/download/) and -[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/). +[Zotero](https://www.zotero.org/download/) +[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/), +and [Vimperator](https://addons.mozilla.org/en-US/firefox/addon/vimperator/) If you're using a anything else, please let me know. +### Whitelisting in default Cromium profile + +![Whitelisted home directory](chromium-whitelist.png?raw=true) + ### --ignore option Ignore commands in profile files. Example: ````` $ firejail --ignore=seccomp wine ````` + +### --protocol option + +Enable protocol filter. The filter is based on seccomp and the first argument to socket system call. +Recognized values: unix, inet, inet6, netlink and packet. Example: +````` +$ firejail --protocol=unix,inet,inet6 firefox +````` + + -- cgit v1.2.3-54-g00ecf