aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Neo00001 <40570803+Neo00001@users.noreply.github.com>2020-10-25 21:18:46 +0000
committerLibravatar GitHub <noreply@github.com>2020-10-25 21:18:46 +0000
commit62bd606bdadf9de4ba58d8198d29e20c3d190fe5 (patch)
tree478d6877a6f2182f66745d8dc53f06a676a04647 /etc/profile-a-l
parenttypo (diff)
downloadfirejail-62bd606bdadf9de4ba58d8198d29e20c3d190fe5.tar.gz
firejail-62bd606bdadf9de4ba58d8198d29e20c3d190fe5.tar.zst
firejail-62bd606bdadf9de4ba58d8198d29e20c3d190fe5.zip
Update celluloid.profile
liblua is needed for celluloid & otherwise at least on arch it's showing this error - "celluloid: error while loading shared libraries: liblua5.2.so.5.2: cannot open shared object file: Permission denied"
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/celluloid.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/profile-a-l/celluloid.profile b/etc/profile-a-l/celluloid.profile
index 888367899..834f827f0 100644
--- a/etc/profile-a-l/celluloid.profile
+++ b/etc/profile-a-l/celluloid.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.config/celluloid 9noblacklist ${HOME}/.config/celluloid
10noblacklist ${HOME}/.config/gnome-mpv 10noblacklist ${HOME}/.config/gnome-mpv
11noblacklist ${HOME}/.config/youtube-dl 11noblacklist ${HOME}/.config/youtube-dl
12noblacklist /usr/lib/liblua*
12 13
13# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)
14include allow-python2.inc 15include allow-python2.inc