You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
profiles: ensure allow-lua where mpv is allowed (netblue30#6555)
mpv crashes if luajit is blocked:
$ firejail --quiet --noprofile \
--include=/etc/firejail/disable-interpreters.inc /usr/bin/mpv
/usr/bin/mpv: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: Permission denied
So make sure that allow-lua.inc is always included when mpv paths (such
as ~/.config/mpv) are allowed.
Environment: luajit 2.1.1727870382-1, mpv 1:0.39.0-3 on Artix Linux.
Related commits:
* db2bdaa ("add lua support for mpv (netblue30#3243)", 2020-02-24) /
PR netblue30#3243
* d6a6fb9 ("Allow Lua for mpv in dolphin.profile", 2020-04-18) /
issue netblue30#3363
* f3585e5 ("fixes, closes, enhances, improvements, and so on",
2020-11-09) /
issue netblue30#3686
* 3ec523f ("profiles: anki: allow lua", 2024-11-14) /
PR netblue30#6545
0 commit comments