aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-31 09:15:45 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-31 09:15:45 -0400
commit6ae8d13002095d2512e42e97e00125c929152fd8 (patch)
tree39c1cb852d502b2de68c31148cadd10c5bbf08de
parentmerged disable-history.inc into disable-common.inc (diff)
downloadfirejail-6ae8d13002095d2512e42e97e00125c929152fd8.tar.gz
firejail-6ae8d13002095d2512e42e97e00125c929152fd8.tar.zst
firejail-6ae8d13002095d2512e42e97e00125c929152fd8.zip
profile work
-rw-r--r--README.md5
-rw-r--r--etc/disable-common.inc1
-rw-r--r--etc/firefox.profile2
3 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 36cebdcba..64180b48d 100644
--- a/README.md
+++ b/README.md
@@ -54,13 +54,16 @@ whitelist ~/.lastpass
54whitelist ~/.gtkrc-2.0 54whitelist ~/.gtkrc-2.0
55whitelist ~/.vimperatorrc 55whitelist ~/.vimperatorrc
56whitelist ~/.vimperator 56whitelist ~/.vimperator
57whitelist ~/.pentadactylrc
58whitelist ~/.pentadactyl
57````` 59`````
58 60
59I intend to bring in all files and directories used by Firefox addons and plugins. So far I have 61I intend to bring in all files and directories used by Firefox addons and plugins. So far I have
60[Video DownloadHelper](https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/), 62[Video DownloadHelper](https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/),
61[Zotero](https://www.zotero.org/download/), 63[Zotero](https://www.zotero.org/download/),
62[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/), 64[LastPass](https://addons.mozilla.org/en-US/firefox/addon/lastpass-password-manager/),
63and [Vimperator](https://addons.mozilla.org/en-US/firefox/addon/vimperator/) 65[Vimperator](https://addons.mozilla.org/en-US/firefox/addon/vimperator/)
66and [Pentadactyl](http://5digits.org/pentadactyl/)
64If you're using a anything else, please let me know. 67If you're using a anything else, please let me know.
65 68
66### Whitelisting in default Chromium profile 69### Whitelisting in default Chromium profile
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 8a4ba94ef..ce4ac241a 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -56,6 +56,7 @@ blacklist ${HOME}/.config/openbox/environment
56# VirtualBox 56# VirtualBox
57blacklist ${HOME}/.VirtualBox 57blacklist ${HOME}/.VirtualBox
58blacklist ${HOME}/VirtualBox VMs 58blacklist ${HOME}/VirtualBox VMs
59blacklist ${HOME}/.config/VirtualBox
59 60
60# git, subversion 61# git, subversion
61blacklist ${HOME}/.subversion 62blacklist ${HOME}/.subversion
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 8269eeb68..65b293669 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -16,3 +16,5 @@ whitelist ~/.lastpass
16whitelist ~/.gtkrc-2.0 16whitelist ~/.gtkrc-2.0
17whitelist ~/.vimperatorrc 17whitelist ~/.vimperatorrc
18whitelist ~/.vimperator 18whitelist ~/.vimperator
19whitelist ~/.pentadactylrc
20whitelist ~/.pentadactyl