mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
06a3e9744e
commit
17f8035132
100 changed files with 225 additions and 544 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue