aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/fontforge.profile6
1 files changed, 6 insertions, 0 deletions
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
7 7
8noblacklist ${HOME}/.FontForge 8noblacklist ${HOME}/.FontForge
9 9
10# Allow python (blacklisted by disable-interpreters.inc)
11noblacklist ${PATH}/python2*
12noblacklist ${PATH}/python3*
13noblacklist /usr/lib/python2*
14noblacklist /usr/lib/python3*
15
10include /etc/firejail/disable-common.inc 16include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-devel.inc 17include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-interpreters.inc 18include /etc/firejail/disable-interpreters.inc