From eb4b505ac2537c320c044cf5fad595ecef41bbca Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Fri, 17 Nov 2017 12:29:11 -0600 Subject: Consistent home directory nomenclature --- etc/firefox.profile | 110 ++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'etc/firefox.profile') diff --git a/etc/firefox.profile b/etc/firefox.profile index 2423b149c..b76c16385 100644 --- a/etc/firefox.profile +++ b/etc/firefox.profile @@ -5,67 +5,67 @@ include /etc/firejail/firefox.local # Persistent global definitions include /etc/firejail/globals.local -noblacklist ~/.cache/mozilla -noblacklist ~/.config/okularpartrc -noblacklist ~/.config/okularrc -noblacklist ~/.config/qpdfview -noblacklist ~/.kde/share/apps/kget -noblacklist ~/.kde/share/apps/okular -noblacklist ~/.kde/share/config/kgetrc -noblacklist ~/.kde/share/config/okularpartrc -noblacklist ~/.kde/share/config/okularrc -noblacklist ~/.kde4/share/apps/kget -noblacklist ~/.kde4/share/apps/okular -noblacklist ~/.kde4/share/config/kgetrc -noblacklist ~/.kde4/share/config/okularpartrc -noblacklist ~/.kde4/share/config/okularrc -# noblacklist ~/.local/share/gnome-shell/extensions -noblacklist ~/.local/share/okular -noblacklist ~/.local/share/qpdfview -noblacklist ~/.mozilla -noblacklist ~/.pki +noblacklist ${HOME}/.cache/mozilla +noblacklist ${HOME}/.config/okularpartrc +noblacklist ${HOME}/.config/okularrc +noblacklist ${HOME}/.config/qpdfview +noblacklist ${HOME}/.kde/share/apps/kget +noblacklist ${HOME}/.kde/share/apps/okular +noblacklist ${HOME}/.kde/share/config/kgetrc +noblacklist ${HOME}/.kde/share/config/okularpartrc +noblacklist ${HOME}/.kde/share/config/okularrc +noblacklist ${HOME}/.kde4/share/apps/kget +noblacklist ${HOME}/.kde4/share/apps/okular +noblacklist ${HOME}/.kde4/share/config/kgetrc +noblacklist ${HOME}/.kde4/share/config/okularpartrc +noblacklist ${HOME}/.kde4/share/config/okularrc +# noblacklist ${HOME}/.local/share/gnome-shell/extensions +noblacklist ${HOME}/.local/share/okular +noblacklist ${HOME}/.local/share/qpdfview +noblacklist ${HOME}/.mozilla +noblacklist ${HOME}/.pki include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-programs.inc -mkdir ~/.cache/mozilla/firefox -mkdir ~/.mozilla -mkdir ~/.pki +mkdir ${HOME}/.cache/mozilla/firefox +mkdir ${HOME}/.mozilla +mkdir ${HOME}/.pki whitelist ${DOWNLOADS} -whitelist ~/.cache/gnome-mplayer/plugin -whitelist ~/.cache/mozilla/firefox -whitelist ~/.config/gnome-mplayer -whitelist ~/.config/okularpartrc -whitelist ~/.config/okularrc -whitelist ~/.config/pipelight-silverlight5.1 -whitelist ~/.config/pipelight-widevine -whitelist ~/.config/qpdfview -whitelist ~/.kde/share/apps/kget -whitelist ~/.kde/share/apps/okular -whitelist ~/.kde/share/config/kgetrc -whitelist ~/.kde/share/config/okularpartrc -whitelist ~/.kde/share/config/okularrc -whitelist ~/.kde4/share/apps/kget -whitelist ~/.kde4/share/apps/okular -whitelist ~/.kde4/share/config/kgetrc -whitelist ~/.kde4/share/config/okularpartrc -whitelist ~/.kde4/share/config/okularrc -whitelist ~/.keysnail.js -whitelist ~/.lastpass -whitelist ~/.local/share/gnome-shell/extensions -whitelist ~/.local/share/okular -whitelist ~/.local/share/qpdfview -whitelist ~/.mozilla -whitelist ~/.pentadactyl -whitelist ~/.pentadactylrc -whitelist ~/.pki -whitelist ~/.vimperator -whitelist ~/.vimperatorrc -whitelist ~/.wine-pipelight -whitelist ~/.wine-pipelight64 -whitelist ~/.zotero -whitelist ~/dwhelper +whitelist ${HOME}/.cache/gnome-mplayer/plugin +whitelist ${HOME}/.cache/mozilla/firefox +whitelist ${HOME}/.config/gnome-mplayer +whitelist ${HOME}/.config/okularpartrc +whitelist ${HOME}/.config/okularrc +whitelist ${HOME}/.config/pipelight-silverlight5.1 +whitelist ${HOME}/.config/pipelight-widevine +whitelist ${HOME}/.config/qpdfview +whitelist ${HOME}/.kde/share/apps/kget +whitelist ${HOME}/.kde/share/apps/okular +whitelist ${HOME}/.kde/share/config/kgetrc +whitelist ${HOME}/.kde/share/config/okularpartrc +whitelist ${HOME}/.kde/share/config/okularrc +whitelist ${HOME}/.kde4/share/apps/kget +whitelist ${HOME}/.kde4/share/apps/okular +whitelist ${HOME}/.kde4/share/config/kgetrc +whitelist ${HOME}/.kde4/share/config/okularpartrc +whitelist ${HOME}/.kde4/share/config/okularrc +whitelist ${HOME}/.keysnail.js +whitelist ${HOME}/.lastpass +whitelist ${HOME}/.local/share/gnome-shell/extensions +whitelist ${HOME}/.local/share/okular +whitelist ${HOME}/.local/share/qpdfview +whitelist ${HOME}/.mozilla +whitelist ${HOME}/.pentadactyl +whitelist ${HOME}/.pentadactylrc +whitelist ${HOME}/.pki +whitelist ${HOME}/.vimperator +whitelist ${HOME}/.vimperatorrc +whitelist ${HOME}/.wine-pipelight +whitelist ${HOME}/.wine-pipelight64 +whitelist ${HOME}/.zotero +whitelist ${HOME}/dwhelper include /etc/firejail/whitelist-common.inc include /etc/firejail/whitelist-var-common.inc -- cgit v1.2.3-70-g09d2