aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-25 10:50:22 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-25 10:50:22 -0400
commitd36f45fad3da16c5103b3d7a3c8496621d4d5444 (patch)
tree9efd5ef489fa0163930ad56389292b34fb50809e
parentdefault Firefox whitelisting (diff)
downloadfirejail-d36f45fad3da16c5103b3d7a3c8496621d4d5444.tar.gz
firejail-d36f45fad3da16c5103b3d7a3c8496621d4d5444.tar.zst
firejail-d36f45fad3da16c5103b3d7a3c8496621d4d5444.zip
readme.md
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cf9c6d1e..d0cabc2c4 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ FAQ: https://l3net.wordpress.com/projects/firejail/firejail-faq/
36 36
37## New features in the development version 37## New features in the development version
38 38
39### Enable whitelists in Firefox default profile 39### Whitelisting in default Firefox profile
40 40
41The next release will bring in default whitelisting for Firefox files and folders under /home/user. 41The next release will bring in default whitelisting for Firefox files and folders under /home/user.
42If you start the sandbox without any other options, this is what you'll get: 42If you start the sandbox without any other options, this is what you'll get:
@@ -58,3 +58,10 @@ I intend to bring in all files and directories used by Firefox addons and plugin
58[Zotero](https://www.zotero.org/download/) and 58[Zotero](https://www.zotero.org/download/) and
59[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/). 59[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/).
60If you're using a anything else, please let me know. 60If you're using a anything else, please let me know.
61
62### --ignore option
63
64Ignore commands in profile files. Example:
65`````
66$ firejail --ignore=seccomp wine
67`````