mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
To ensure that it includes luajit paths as well: * /usr/share/lua * /usr/share/luajit-2.1 And remove all entries of the same path without the wildcard, to avoid redundancy. Misc: The wildcard entries were added on commit56b60dfd0("additional Lua blacklisting (#3246)", 2020-02-24) and the entries without the wildcard were partially removed on commit721a984a5("Fix Lua in disable-interpreters.inc", 2020-02-24). This is a follow-up to #6128. Reported-by: @pirate486743186
11 lines
323 B
Text
11 lines
323 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-lua.local
|
|
|
|
noblacklist ${PATH}/lua*
|
|
noblacklist /usr/include
|
|
noblacklist /usr/lib/liblua*
|
|
noblacklist /usr/lib/lua
|
|
noblacklist /usr/lib64/liblua*
|
|
noblacklist /usr/lib64/lua
|
|
noblacklist /usr/share/lua*
|