From 406a0b03c34501806f894865c142c45a70fb9893 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Sun, 1 Jul 2018 17:13:34 +0300 Subject: Fix Gajim 1.0.3 startup on Fedora 28. --- etc/gajim.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/gajim.profile') diff --git a/etc/gajim.profile b/etc/gajim.profile index 8e76352f4..80efb08c5 100644 --- a/etc/gajim.profile +++ b/etc/gajim.profile @@ -12,6 +12,7 @@ noblacklist ${HOME}/.local/share/gajim # Allow Python (blacklisted by disable-interpreters.inc) noblacklist ${PATH}/python3* noblacklist /usr/lib/python3* +noblacklist /usr/lib64/python3* include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc @@ -38,10 +39,9 @@ noroot notv protocol unix,inet,inet6 seccomp -shell none disable-mnt -private-bin python,gajim +private-bin python,python3,sh,gpg,gpg2,gajim private-dev private-etc alsa,asound.conf,ca-certificates,crypto-policies,fonts,group,hostname,hosts,ld.so.cache,ld.so.conf,localtime,machine-id,passwd,pki,pulse,resolv.conf,ssl private-tmp -- cgit v1.2.3-54-g00ecf