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/google-chrome-unstable.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/google-chrome-unstable.profile') diff --git a/etc/google-chrome-unstable.profile b/etc/google-chrome-unstable.profile index 3d7a9a715..bb05b3e99 100644 --- a/etc/google-chrome-unstable.profile +++ b/etc/google-chrome-unstable.profile @@ -5,21 +5,21 @@ include /etc/firejail/google-chrome-unstable.local # Persistent global definitions include /etc/firejail/globals.local -noblacklist ~/.cache/google-chrome-unstable -noblacklist ~/.config/google-chrome-unstable -noblacklist ~/.pki +noblacklist ${HOME}/.cache/google-chrome-unstable +noblacklist ${HOME}/.config/google-chrome-unstable +noblacklist ${HOME}/.pki include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-programs.inc -mkdir ~/.cache/google-chrome-unstable -mkdir ~/.config/google-chrome-unstable -mkdir ~/.pki +mkdir ${HOME}/.cache/google-chrome-unstable +mkdir ${HOME}/.config/google-chrome-unstable +mkdir ${HOME}/.pki whitelist ${DOWNLOADS} -whitelist ~/.cache/google-chrome-unstable -whitelist ~/.config/google-chrome-unstable -whitelist ~/.pki +whitelist ${HOME}/.cache/google-chrome-unstable +whitelist ${HOME}/.config/google-chrome-unstable +whitelist ${HOME}/.pki include /etc/firejail/whitelist-common.inc caps.keep sys_chroot,sys_admin -- cgit v1.2.3-70-g09d2