aboutsummaryrefslogtreecommitdiffstats
path: root/etc/sdat2img.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sdat2img.profile')
-rw-r--r--etc/sdat2img.profile10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/sdat2img.profile b/etc/sdat2img.profile
index 485326fcc..a367acad5 100644
--- a/etc/sdat2img.profile
+++ b/etc/sdat2img.profile
@@ -7,12 +7,8 @@ include sdat2img.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 @@ protocol unix
40seccomp 36seccomp
41shell none 37shell none
42 38
43private-bin sdat2img,env,python* 39private-bin env,python*,sdat2img
44private-cache 40private-cache
45private-dev 41private-dev
46 42