mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Update profile.template for allow-INTERPETER.inc
This commit is contained in:
parent
55e4df1af8
commit
866506de29
1 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue