aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-06-10 21:37:55 +0200
committerLibravatar GitHub <noreply@github.com>2018-06-10 21:37:55 +0200
commitba56967b7dcc141d083f6ced4a7b04bf6b84255a (patch)
treeedbeb0a191556c95992ee48fc86e18f6e6d619ed /etc
parentwireless support (diff)
downloadfirejail-ba56967b7dcc141d083f6ced4a7b04bf6b84255a.tar.gz
firejail-ba56967b7dcc141d083f6ced4a7b04bf6b84255a.tar.zst
firejail-ba56967b7dcc141d083f6ced4a7b04bf6b84255a.zip
give fontforge access to python
Diffstat (limited to 'etc')
-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