Update profile.template for allow-INTERPETER.inc

This commit is contained in:
rusty-snake 2019-06-01 20:29:20 +00:00 committed by GitHub
parent 55e4df1af8
commit 866506de29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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