aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fidel Ramos <haplo@users.noreply.github.com>2024-02-03 20:24:06 +0000
committerLibravatar GitHub <noreply@github.com>2024-02-03 20:24:06 +0000
commit98d168f3d9b92be3650f0072a18259fd5ffd34d6 (patch)
tree8074947301c2f158de3be8ed7297de737fc499d4 /etc
parentcrawl.profile: allow lua (#6182) (diff)
downloadfirejail-98d168f3d9b92be3650f0072a18259fd5ffd34d6.tar.gz
firejail-98d168f3d9b92be3650f0072a18259fd5ffd34d6.tar.zst
firejail-98d168f3d9b92be3650f0072a18259fd5ffd34d6.zip
geeqie.profile: allow Lua interpreter (#6183)
Recent versions of geeqie[1] use a Lua interpreter, like the one currently in Arch Linux (2.2). Without this fix it fails with: /usr/bin/geeqie: error while loading shared libraries: liblua.so.5.4: [...] [1] https://www.geeqie.org/
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/geeqie.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/geeqie.profile b/etc/profile-a-l/geeqie.profile
index 6cd28f25d..beffb28e3 100644
--- a/etc/profile-a-l/geeqie.profile
+++ b/etc/profile-a-l/geeqie.profile
@@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/geeqie
10noblacklist ${HOME}/.config/geeqie 10noblacklist ${HOME}/.config/geeqie
11noblacklist ${HOME}/.local/share/geeqie 11noblacklist ${HOME}/.local/share/geeqie
12 12
13# Allow lua (blacklisted by disable-interpreters.inc)
14include allow-lua.inc
15
13# Allow perl (blacklisted by disable-interpreters.inc) 16# Allow perl (blacklisted by disable-interpreters.inc)
14include allow-perl.inc 17include allow-perl.inc
15 18