From 866506de297ffe54d026ab11b4bfc341c8f03159 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sat, 1 Jun 2019 20:29:20 +0000 Subject: Update profile.template for allow-INTERPETER.inc --- etc/templates/profile.template | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'etc') diff --git a/etc/templates/profile.template b/etc/templates/profile.template index fe0ec713b..16bf05cec 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -22,8 +22,10 @@ # Sections structure # HEADER # COMMENTS -# BLACKLISTS +# IGNORES # NOBLACKLISTS +# ALLOW INCLUDES +# BLACKLISTS # DISABLE INCLUDES # MKDIRS # WHITELISTS @@ -59,19 +61,17 @@ #noblacklist PATH # Allow python (blacklisted by disable-interpreters.inc) -#noblacklist ${PATH}/python2* -#noblacklist ${PATH}/python3* -#noblacklist /usr/lib/python2* -#noblacklist /usr/lib/python3* -#noblacklist /usr/local/lib/python2* -#noblacklist /usr/local/lib/python3* +#include allow-python2.inc +#include allow-python3.inc # Allow perl (blacklisted by disable-interpreters.inc) -#noblacklist ${PATH}/cpan* -#noblacklist ${PATH}/core_perl -#noblacklist ${PATH}/perl -#noblacklist /usr/lib/perl* -#noblacklist /usr/share/perl* +#include allow-perl.inc + +# Allow java (blacklisted by disable-devel.inc) +#include allow-java.inc + +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc #include disable-common.inc #include disable-devel.inc -- cgit v1.2.3-70-g09d2