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