summaryrefslogtreecommitdiffstats
path: root/etc/bleachbit.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-04-06 01:20:18 -0400
committerLibravatar Tad <tad@spotco.us>2018-04-06 01:20:18 -0400
commitff5c51473825ded61241cbfe60281b3a310b4ebc (patch)
treec320828ab7a2f4d499d54635c8074d9d4ec65823 /etc/bleachbit.profile
parentLollypop needs python (diff)
downloadfirejail-ff5c51473825ded61241cbfe60281b3a310b4ebc.tar.gz
firejail-ff5c51473825ded61241cbfe60281b3a310b4ebc.tar.zst
firejail-ff5c51473825ded61241cbfe60281b3a310b4ebc.zip
Bleachbit needs python
Diffstat (limited to 'etc/bleachbit.profile')
-rw-r--r--etc/bleachbit.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/bleachbit.profile b/etc/bleachbit.profile
index 0a0d502d3..8060d5275 100644
--- a/etc/bleachbit.profile
+++ b/etc/bleachbit.profile
@@ -5,6 +5,12 @@ include /etc/firejail/bleachbit.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8# Allow python (blacklisted by disable-interpreters.inc)
9noblacklist ${PATH}/python2*
10noblacklist ${PATH}/python3*
11noblacklist /usr/lib/python2*
12noblacklist /usr/lib/python3*
13
8include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
9include /etc/firejail/disable-devel.inc 15include /etc/firejail/disable-devel.inc
10include /etc/firejail/disable-interpreters.inc 16include /etc/firejail/disable-interpreters.inc