-
Notifications
You must be signed in to change notification settings - Fork 594
mpv: lua plugins cannot load shared libraries #3554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you try |
Just tried. Exactly the same error. |
@hyiltiz Compared to our current mpv profile, the version from 0.9.62 that you have blacklists Lua (by including disable-interpreters.inc). I think that's the cause of your issues. You can try adding the below in a
|
Hmm, pasting that to |
Add missing paths for: * lua (for mpv) * mplayer * mpv * smplayer * vlc Apparently mpv plugins may break without the lua path; see commit ccff014 ("fix Lua in mpv.profile", 2020-07-28) / issue netblue30#3554. Command used to search for relevant profiles: $ git grep -IE -l '/\.?(s?mplayer|mpv|vlc)' -- etc This is a follow-up to commit e4ebbfa ("profiles: ensure allow-lua where mpv is allowed (netblue30#6555)", 2024-11-29).
Add missing paths for: * lua (for mpv) * mplayer * mpv * smplayer * vlc Apparently mpv plugins may break without the lua path; see commit ccff014 ("fix Lua in mpv.profile", 2020-07-28) / issue #3554. Command used to search for relevant profiles: $ git grep -IE -l '/\.?(s?mplayer|mpv|vlc)' -- etc This is a follow-up to commit e4ebbfa ("profiles: ensure allow-lua where mpv is allowed (#6555)", 2024-11-29).
See open-dynaMIX/simple-mpv-webui#106 for more detail.
Bug and expected behavior
No profile or disabling firejail
firejail --noprofile PROGRAM
in a shell? Works.whereis PROGRAM
,firejail --list
,stat $programpath
)? Works.Reproduce
Steps to reproduce the behavior:
firejail mpv a.mp3
ERROR
(see above link)./usr/bin/mpv a.mp3
so it works.Environment
lsb_release -a
) See above link.firejail --version
) exclusive or used git commit (git rev-parse HEAD
)Additional context
Other context about the problem like related errors to understand the problem.
Checklist
find / -name 'firejail' 2>/dev/null
/fd firejail
to locate profiles ie in/usr/local/etc/firejail/PROGRAM.profile
)debug output
The text was updated successfully, but these errors were encountered: