aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Marek Küthe <m.k@mk16.de>2023-03-02 13:30:42 +0000
committerLibravatar GitHub <noreply@github.com>2023-03-02 13:30:42 +0000
commit61a7ddc5e5a1644dc0b3c41fdf5ad8e300901244 (patch)
treefbc731376c8086fc7dd48411149463d9363cdb04
parentnetwork testing (diff)
downloadfirejail-61a7ddc5e5a1644dc0b3c41fdf5ad8e300901244.tar.gz
firejail-61a7ddc5e5a1644dc0b3c41fdf5ad8e300901244.tar.zst
firejail-61a7ddc5e5a1644dc0b3c41fdf5ad8e300901244.zip
gajim: allow loading plugins (#5705)
Closes https://github.com/netblue30/firejail/issues/5704 Signed-off-by: Marek Küthe <m.k@mk16.de>
-rw-r--r--etc/profile-a-l/gajim.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/gajim.profile b/etc/profile-a-l/gajim.profile
index ed7b32f6e..c8414ad1b 100644
--- a/etc/profile-a-l/gajim.profile
+++ b/etc/profile-a-l/gajim.profile
@@ -33,6 +33,7 @@ whitelist ${HOME}/.config/gajim
33whitelist ${HOME}/.local/share/gajim 33whitelist ${HOME}/.local/share/gajim
34whitelist ${DOWNLOADS} 34whitelist ${DOWNLOADS}
35whitelist ${RUNUSER}/gnupg 35whitelist ${RUNUSER}/gnupg
36whitelist /usr/share/gajim
36whitelist /usr/share/gnupg 37whitelist /usr/share/gnupg
37whitelist /usr/share/gnupg2 38whitelist /usr/share/gnupg2
38include whitelist-common.inc 39include whitelist-common.inc