aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-03 18:22:42 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-03 18:22:42 +0000
commita5434508dbd3b8c62a49e20e32c47787a924c6a5 (patch)
treec0d2d1bb14805fa34c7e084b1915cce5cadd6157
parenttypo (wget) & fix (baobab) [skip ci] (diff)
downloadfirejail-a5434508dbd3b8c62a49e20e32c47787a924c6a5.tar.gz
firejail-a5434508dbd3b8c62a49e20e32c47787a924c6a5.tar.zst
firejail-a5434508dbd3b8c62a49e20e32c47787a924c6a5.zip
${HOME} whitelisting breaks settings in artha
More background info in #3112.
-rw-r--r--etc/artha.profile16
1 files 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
20include disable-programs.inc 20include disable-programs.inc
21include disable-xdg.inc 21include disable-xdg.inc
22 22
23# this 'whitelist' profile could make settings immutable 23# whitelisting in ${HOME} makes settings immutable, see #3112
24# either turn it into a 'blacklist' profile by commenting the lines below 24#mkfile ${HOME}/.config/artha.conf
25# or set your preferences by running artha without firejail once 25#mkdir ${HOME}/.config/enchant
26mkfile ${HOME}/.config/artha.conf 26#whitelist ${HOME}/.config/artha.conf
27mkdir ${HOME}/.config/enchant 27#whitelist ${HOME}/.config/artha.log
28whitelist ${HOME}/.config/artha.conf 28#whitelist ${HOME}/.config/enchant
29whitelist ${HOME}/.config/artha.log
30whitelist ${HOME}/.config/enchant
31whitelist /usr/share/artha 29whitelist /usr/share/artha
32whitelist /usr/share/wordnet 30whitelist /usr/share/wordnet
33include whitelist-common.inc 31#include whitelist-common.inc
34include whitelist-usr-share-common.inc 32include whitelist-usr-share-common.inc
35include whitelist-var-common.inc 33include whitelist-var-common.inc
36 34