aboutsummaryrefslogtreecommitdiffstats
path: root/etc/pithos.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pithos.profile')
-rw-r--r--etc/pithos.profile10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/pithos.profile b/etc/pithos.profile
index d6a0a7822..ad56ce525 100644
--- a/etc/pithos.profile
+++ b/etc/pithos.profile
@@ -7,12 +7,8 @@ include pithos.local
7include globals.local 7include globals.local
8 8
9# Allow python (blacklisted by disable-interpreters.inc) 9# Allow python (blacklisted by disable-interpreters.inc)
10noblacklist ${PATH}/python2* 10include allow-python2.inc
11noblacklist ${PATH}/python3* 11include allow-python3.inc
12noblacklist /usr/lib/python2*
13noblacklist /usr/lib/python3*
14noblacklist /usr/local/lib/python2*
15noblacklist /usr/local/lib/python3*
16 12
17include disable-common.inc 13include disable-common.inc
18include disable-devel.inc 14include disable-devel.inc
@@ -40,7 +36,7 @@ seccomp
40shell none 36shell none
41 37
42disable-mnt 38disable-mnt
43private-bin pithos,env,python* 39private-bin env,pithos,python*
44private-dev 40private-dev
45private-tmp 41private-tmp
46 42