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/palemoon.profile | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'etc/palemoon.profile') diff --git a/etc/palemoon.profile b/etc/palemoon.profile index 054e876c5..8bdcb7334 100644 --- a/etc/palemoon.profile +++ b/etc/palemoon.profile @@ -5,8 +5,8 @@ include /etc/firejail/palemoon.local # Persistent global definitions include /etc/firejail/globals.local -noblacklist ~/.cache/moonchild productions/pale moon -noblacklist ~/.moonchild productions/pale moon +noblacklist ${HOME}/.cache/moonchild productions/pale moon +noblacklist ${HOME}/.moonchild productions/pale moon include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc @@ -14,29 +14,29 @@ include /etc/firejail/disable-programs.inc # These are uncommented in the Firefox profile. If you run into trouble you may # want to uncomment (some of) them. -#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 -#whitelist ~/.lastpass +#whitelist ${HOME}/dwhelper +#whitelist ${HOME}/.zotero +#whitelist ${HOME}/.vimperatorrc +#whitelist ${HOME}/.vimperator +#whitelist ${HOME}/.pentadactylrc +#whitelist ${HOME}/.pentadactyl +#whitelist ${HOME}/.keysnail.js +#whitelist ${HOME}/.config/gnome-mplayer +#whitelist ${HOME}/.cache/gnome-mplayer/plugin +#whitelist ${HOME}/.pki +#whitelist ${HOME}/.lastpass # For silverlight -#whitelist ~/.wine-pipelight -#whitelist ~/.wine-pipelight64 -#whitelist ~/.config/pipelight-widevine -#whitelist ~/.config/pipelight-silverlight5.1 +#whitelist ${HOME}/.wine-pipelight +#whitelist ${HOME}/.wine-pipelight64 +#whitelist ${HOME}/.config/pipelight-widevine +#whitelist ${HOME}/.config/pipelight-silverlight5.1 -mkdir ~/.cache/moonchild productions/pale moon -mkdir ~/.moonchild productions +mkdir ${HOME}/.cache/moonchild productions/pale moon +mkdir ${HOME}/.moonchild productions whitelist ${DOWNLOADS} -whitelist ~/.cache/moonchild productions/pale moon -whitelist ~/.moonchild productions +whitelist ${HOME}/.cache/moonchild productions/pale moon +whitelist ${HOME}/.moonchild productions include /etc/firejail/whitelist-common.inc caps.drop all -- cgit v1.2.3-70-g09d2