From ba56967b7dcc141d083f6ced4a7b04bf6b84255a Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sun, 10 Jun 2018 21:37:55 +0200 Subject: give fontforge access to python --- etc/fontforge.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/fontforge.profile b/etc/fontforge.profile index be5f0d4e2..088ed626b 100644 --- a/etc/fontforge.profile +++ b/etc/fontforge.profile @@ -7,6 +7,12 @@ include /etc/firejail/globals.local noblacklist ${HOME}/.FontForge +# Allow python (blacklisted by disable-interpreters.inc) +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* + include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc include /etc/firejail/disable-interpreters.inc -- cgit v1.2.3-54-g00ecf