From e2514aa5d819532c26588a0332e7e80783724b20 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Wed, 18 Apr 2018 23:24:19 +0200 Subject: allow python in some profiles --- etc/flowblade.profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/flowblade.profile') diff --git a/etc/flowblade.profile b/etc/flowblade.profile index bad8538cf..e06107f0f 100644 --- a/etc/flowblade.profile +++ b/etc/flowblade.profile @@ -8,6 +8,12 @@ include /etc/firejail/globals.local noblacklist ${HOME}/.config/flowblade noblacklist ${HOME}/.flowblade +# 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