aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cherrytree.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/cherrytree.profile')
-rw-r--r--etc/cherrytree.profile9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/cherrytree.profile b/etc/cherrytree.profile
index 3db2aeb09..e33e010aa 100644
--- a/etc/cherrytree.profile
+++ b/etc/cherrytree.profile
@@ -6,11 +6,16 @@ include /etc/firejail/cherrytree.local
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ${HOME}/.config/cherrytree 8noblacklist ${HOME}/.config/cherrytree
9#noblacklist /usr/bin/python2* 9
10#noblacklist /usr/lib/python3* 10# Allow python (blacklisted by disable-interpreters.inc)
11noblacklist ${PATH}/python2*
12noblacklist ${PATH}/python3*
13noblacklist /usr/lib/python2*
14noblacklist /usr/lib/python3*
11 15
12include /etc/firejail/disable-common.inc 16include /etc/firejail/disable-common.inc
13include /etc/firejail/disable-devel.inc 17include /etc/firejail/disable-devel.inc
18include /etc/firejail/disable-interpreters.inc
14include /etc/firejail/disable-passwdmgr.inc 19include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc 20include /etc/firejail/disable-programs.inc
16 21