mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3554] mpv: lua plugins cannot load shared libraries #2230
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hyiltiz on GitHub (Jul 27, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3554
See https://github.com/open-dynaMIX/simple-mpv-webui/issues/106 for more detail.
Bug and expected behavior
No profile or disabling firejail
firejail --noprofile PROGRAMin a shell? Works.whereis PROGRAM,firejail --list,stat $programpath)? Works.Reproduce
Steps to reproduce the behavior:
firejail mpv a.mp3ERROR(see above link)./usr/bin/mpv a.mp3so 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 firejailto locate profiles ie in/usr/local/etc/firejail/PROGRAM.profile)debug output
@rusty-snake commented on GitHub (Jul 27, 2020):
Can you try
firejail --whitelist=/usr/share/lua /usr/bin/mpv foo.mp3.@hyiltiz commented on GitHub (Jul 27, 2020):
Just tried. Exactly the same error.
@ghost commented on GitHub (Jul 27, 2020):
@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
mpv.localfile and retest:@hyiltiz commented on GitHub (Jul 27, 2020):
Hmm, pasting that to
~/.config/firejail/mpv.localfixed it, thanks!