Skip to content

Commit

Permalink
profiles: wesnoth: allow lua (#6476)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kmk3 committed Sep 14, 2024
1 parent 009110a commit eba4a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/profile-m-z/wesnoth.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba4a1c

Please sign in to comment.