summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-04-23 10:46:14 +0000
committerLibravatar GitHub <noreply@github.com>2019-04-23 10:46:14 +0000
commit78f1e3a03575ed3ddf55dc7f266274e52f05f979 (patch)
treeb887ec04791f06dc082ff3fd45d8f45c2a148449
parentGajim: Allow reading of system-wide Flatpak locale (#2660) (diff)
downloadfirejail-78f1e3a03575ed3ddf55dc7f266274e52f05f979.tar.gz
firejail-78f1e3a03575ed3ddf55dc7f266274e52f05f979.tar.zst
firejail-78f1e3a03575ed3ddf55dc7f266274e52f05f979.zip
proper fix for starting gajim if system-wide Flatpak locale exist
Commit https://github.com/netblue30/firejail/commit/7fe1da929cb0a4391970ca40e64a6462e7b460ab made whole /var empty in sandbox which accidentally fixed issue even if it worked differently than its description. This commit fixes the issue in similar way but makes clear the way it's done. It also prevents potential regressions by allowing access to some common dirs under /var.
-rw-r--r--etc/gajim.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/gajim.profile b/etc/gajim.profile
index ce46afe8d..70eaa6f7a 100644
--- a/etc/gajim.profile
+++ b/etc/gajim.profile
@@ -32,8 +32,8 @@ whitelist ${HOME}/.cache/gajim
32whitelist ${HOME}/.config/gajim 32whitelist ${HOME}/.config/gajim
33whitelist ${HOME}/.local/share/gajim 33whitelist ${HOME}/.local/share/gajim
34whitelist ${DOWNLOADS} 34whitelist ${DOWNLOADS}
35whitelist /var/lib/flatpak/exports/share/locale
36include whitelist-common.inc 35include whitelist-common.inc
36include whitelist-var-common.inc
37 37
38caps.drop all 38caps.drop all
39netfilter 39netfilter