diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2019-04-14 22:13:37 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2019-04-14 22:13:37 -0700 |
commit | 2fbc2465e1a934a7a878194b9cacb8591b662592 (patch) | |
tree | d45a9884c5f509be51a9e86cacf4b4ebb3105731 /.config/firejail/firefox.profile | |
parent | d25cec232053467d9c5ce10a5262cce52324fbab (diff) | |
download | dotfiles-2fbc2465e1a934a7a878194b9cacb8591b662592.tar.gz |
snap
Diffstat (limited to '.config/firejail/firefox.profile')
-rw-r--r-- | .config/firejail/firefox.profile | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/.config/firejail/firefox.profile b/.config/firejail/firefox.profile index 1bdb3da..421a239 100644 --- a/.config/firejail/firefox.profile +++ b/.config/firejail/firefox.profile @@ -17,8 +17,8 @@ tracelog whitelist ~/desktop whitelist ~/downloads whitelist ~/images -whitelist ~/videos/web -whitelist ${DOWNLOADS} +whitelist ~/videos +whitelist ~/audio/clips mkdir ~/.mozilla whitelist ~/.mozilla mkdir ~/.cache @@ -26,29 +26,10 @@ mkdir ~/.cache/mozilla mkdir ~/.cache/mozilla/firefox whitelist ~/.cache/mozilla/firefox whitelist ~/dwhelper -whitelist ~/.zotero -whitelist ~/.vimperatorrc -whitelist ~/.vimperator -whitelist ~/.pentadactylrc -whitelist ~/.pentadactyl -whitelist ~/.keysnail.js -whitelist ~/.config/gnome-mplayer -whitelist ~/.cache/gnome-mplayer/plugin -whitelist ~/.pki - -# lastpass, keepassx -whitelist ~/.keepassx -whitelist ~/.config/keepassx -whitelist ~/keepassx.kdbx -whitelist ~/.lastpass -whitelist ~/.config/lastpass - - -#silverlight -whitelist ~/.wine-pipelight -whitelist ~/.wine-pipelight64 -whitelist ~/.config/pipelight-widevine -whitelist ~/.config/pipelight-silverlight5.1 +mkdir ~/.local +mkdir ~/.local/share +mkdir ~/.local/share/tridactyl +whitelist ~/.local/share/tridactyl include /etc/firejail/whitelist-common.inc |