mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: wesnoth: allow lua (#6476)
Fixes the following error:
$ LC_ALL=C firejail /usr/bin/wesnoth
[...]
/usr/bin/wesnoth: error while loading shared libraries: liblua++.so.5.4: cannot open shared object file: Permission denied
Environment: lua 5.4.7-1, wesnoth 1:1.18.2-2 on Arch Linux.
Fixes #6475.
Reported-by: @marek22k
This commit is contained in:
parent
009110a971
commit
eba4a1c090
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/wesnoth
|
|||
noblacklist ${HOME}/.config/wesnoth
|
||||
noblacklist ${HOME}/.local/share/wesnoth
|
||||
|
||||
# Allow lua (blacklisted by disable-interpreters.inc)
|
||||
include allow-lua.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-interpreters.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue