aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-01 20:29:20 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-01 20:29:20 +0000
commit866506de297ffe54d026ab11b4bfc341c8f03159 (patch)
tree3759d9993b08d168e2ce24e5b4835387d4d15675 /etc/templates
parentAdd Arch specific perl paths to disbale-interpreters.inc (diff)
downloadfirejail-866506de297ffe54d026ab11b4bfc341c8f03159.tar.gz
firejail-866506de297ffe54d026ab11b4bfc341c8f03159.tar.zst
firejail-866506de297ffe54d026ab11b4bfc341c8f03159.zip
Update profile.template for allow-INTERPETER.inc
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template24
1 files changed, 12 insertions, 12 deletions
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 @@
22# Sections structure 22# Sections structure
23# HEADER 23# HEADER
24# COMMENTS 24# COMMENTS
25# BLACKLISTS 25# IGNORES
26# NOBLACKLISTS 26# NOBLACKLISTS
27# ALLOW INCLUDES
28# BLACKLISTS
27# DISABLE INCLUDES 29# DISABLE INCLUDES
28# MKDIRS 30# MKDIRS
29# WHITELISTS 31# WHITELISTS
@@ -59,19 +61,17 @@
59#noblacklist PATH 61#noblacklist PATH
60 62
61# Allow python (blacklisted by disable-interpreters.inc) 63# Allow python (blacklisted by disable-interpreters.inc)
62#noblacklist ${PATH}/python2* 64#include allow-python2.inc
63#noblacklist ${PATH}/python3* 65#include allow-python3.inc
64#noblacklist /usr/lib/python2*
65#noblacklist /usr/lib/python3*
66#noblacklist /usr/local/lib/python2*
67#noblacklist /usr/local/lib/python3*
68 66
69# Allow perl (blacklisted by disable-interpreters.inc) 67# Allow perl (blacklisted by disable-interpreters.inc)
70#noblacklist ${PATH}/cpan* 68#include allow-perl.inc
71#noblacklist ${PATH}/core_perl 69
72#noblacklist ${PATH}/perl 70# Allow java (blacklisted by disable-devel.inc)
73#noblacklist /usr/lib/perl* 71#include allow-java.inc
74#noblacklist /usr/share/perl* 72
73# Allow lua (blacklisted by disable-interpreters.inc)
74include allow-lua.inc
75 75
76#include disable-common.inc 76#include disable-common.inc
77#include disable-devel.inc 77#include disable-devel.inc