From 78f1e3a03575ed3ddf55dc7f266274e52f05f979 Mon Sep 17 00:00:00 2001 From: Vincent43 <31109921+Vincent43@users.noreply.github.com> Date: Tue, 23 Apr 2019 10:46:14 +0000 Subject: 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. --- etc/gajim.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 whitelist ${HOME}/.config/gajim whitelist ${HOME}/.local/share/gajim whitelist ${DOWNLOADS} -whitelist /var/lib/flatpak/exports/share/locale include whitelist-common.inc +include whitelist-var-common.inc caps.drop all netfilter -- cgit v1.2.3-54-g00ecf