From a5434508dbd3b8c62a49e20e32c47787a924c6a5 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 3 Jan 2020 18:22:42 +0000 Subject: ${HOME} whitelisting breaks settings in artha More background info in #3112. --- etc/artha.profile | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/etc/artha.profile b/etc/artha.profile index f8d0f2aa1..31f8887c4 100644 --- a/etc/artha.profile +++ b/etc/artha.profile @@ -20,17 +20,15 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -# this 'whitelist' profile could make settings immutable -# either turn it into a 'blacklist' profile by commenting the lines below -# or set your preferences by running artha without firejail once -mkfile ${HOME}/.config/artha.conf -mkdir ${HOME}/.config/enchant -whitelist ${HOME}/.config/artha.conf -whitelist ${HOME}/.config/artha.log -whitelist ${HOME}/.config/enchant +# whitelisting in ${HOME} makes settings immutable, see #3112 +#mkfile ${HOME}/.config/artha.conf +#mkdir ${HOME}/.config/enchant +#whitelist ${HOME}/.config/artha.conf +#whitelist ${HOME}/.config/artha.log +#whitelist ${HOME}/.config/enchant whitelist /usr/share/artha whitelist /usr/share/wordnet -include whitelist-common.inc +#include whitelist-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2