aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/elinks.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-07 23:53:28 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-12-08 00:23:26 -0300
commite6b59e8094af05fc7984e98d01588ed4d3e67fa2 (patch)
tree58c858a60f14a062c08bcc43c6728cdf53ccd804 /etc/profile-a-l/elinks.profile
parentMerge pull request #4744 from crocket/master (diff)
downloadfirejail-e6b59e8094af05fc7984e98d01588ed4d3e67fa2.tar.gz
firejail-e6b59e8094af05fc7984e98d01588ed4d3e67fa2.tar.zst
firejail-e6b59e8094af05fc7984e98d01588ed4d3e67fa2.zip
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
Diffstat (limited to 'etc/profile-a-l/elinks.profile')
-rw-r--r--etc/profile-a-l/elinks.profile3
1 files changed, 3 insertions, 0 deletions
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
9 9
10noblacklist ${HOME}/.elinks 10noblacklist ${HOME}/.elinks
11 11
12# Allow lua (blacklisted by disable-interpreters.inc)
13include allow-lua.inc
14
12mkdir ${HOME}/.elinks 15mkdir ${HOME}/.elinks
13whitelist ${HOME}/.elinks 16whitelist ${HOME}/.elinks
14 17