From eba4a1c090b321d3d23e163323e8b27d682ff169 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 14 Sep 2024 09:36:12 +0000 Subject: [PATCH] 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 --- etc/profile-m-z/wesnoth.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/profile-m-z/wesnoth.profile b/etc/profile-m-z/wesnoth.profile index b6f29cfbf3f..90de16bdb44 100644 --- a/etc/profile-m-z/wesnoth.profile +++ b/etc/profile-m-z/wesnoth.profile @@ -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