mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
geeqie.profile: allow Lua interpreter (#6183)
Recent versions of geeqie[1] use a Lua interpreter, like the one
currently in Arch Linux (2.2).
Without this fix it fails with:
/usr/bin/geeqie: error while loading shared libraries: liblua.so.5.4: [...]
[1] https://www.geeqie.org/
This commit is contained in:
parent
ba84566004
commit
98d168f3d9
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/geeqie
|
|||
noblacklist ${HOME}/.config/geeqie
|
||||
noblacklist ${HOME}/.local/share/geeqie
|
||||
|
||||
# Allow lua (blacklisted by disable-interpreters.inc)
|
||||
include allow-lua.inc
|
||||
|
||||
# Allow perl (blacklisted by disable-interpreters.inc)
|
||||
include allow-perl.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue