Create allow-INTERPETER.inc (#2736)

* Create allow-INTERPETER.inc

 * allow-lua.inc
 * allow-perl.inc
 * allow-python2.inc
 * allow-python3.inc

* Create allow-java.inc

* Update profiles to use new allow-INTERPRETER.inc includes

* Update profiles to use new allow-INTERPRETER.inc includes 2/x

* Fix order of allow-INTERPRETER.inc includes

* Update profiles to use new allow-INTERPRETER.inc includes 3/x

* Fixup comment about allow-java.inc

https://github.com/netblue30/firejail/pull/2736#discussion_r289597997

* Add Arch Linux specific paths to allow-perl.inc
This commit is contained in:
rusty-snake 2019-06-01 20:19:01 +00:00 committed by GitHub
parent 06a3e9744e
commit 17f8035132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 225 additions and 544 deletions

View file

@ -10,12 +10,8 @@ noblacklist ${HOME}/.local/share/gnome-music
noblacklist ${MUSIC}
# 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
include disable-common.inc
include disable-devel.inc