From e6b59e8094af05fc7984e98d01588ed4d3e67fa2 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 7 Dec 2021 23:53:28 -0300 Subject: elinks.profile: Fix missing access to liblua By including allow-lua.inc. Error log: $ firejail elinks elinks: error while loading shared libraries: liblua.so.5.4: cannot open shared object file: Permission denied Environment: firejail-git (a82c8e021) and elinks 0.14.3-2 on Artix Linux. Fixes #4707. Reported-by: @jose1711 --- etc/profile-a-l/elinks.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/profile-a-l/elinks.profile b/etc/profile-a-l/elinks.profile index 5a29eb24b..a3596bb5e 100644 --- a/etc/profile-a-l/elinks.profile +++ b/etc/profile-a-l/elinks.profile @@ -9,6 +9,9 @@ include globals.local noblacklist ${HOME}/.elinks +# Allow lua (blacklisted by disable-interpreters.inc) +include allow-lua.inc + mkdir ${HOME}/.elinks whitelist ${HOME}/.elinks -- cgit v1.2.3-54-g00ecf