mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3686] mpsyt: mpv needs lua #2320
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#2320
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 @m0rr1gan on GitHub (Oct 23, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3686
Bug and expected behavior
mpsyt errors out when starting
No profile and disabling firejail
mpsyt works file with
firejail --noprofile mpsytReproduce
Steps to reproduce the behavior:
firejail mpsytmpv: error while loading shared libraries: liblua5.2.so.5.2: cannot open sharefile: Permission deniedfollowed by python TracebackEnvironment
Arch Linux: 5.9.1-arch1-1
Firejail:
firejail version 0.9.64
Compile time support:
- AppArmor support is enabled
- AppImage support is enabled
- chroot support is enabled
- D-BUS proxy support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- SELinux support is disabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Additional context
Adding "include allow-lua.inc" to /etc/firejail/mpsyt.profile fixes the issue.
Checklist
https://github.com/netblue30/firejail/issues/1139)--profile=PROFILENAMEis used to set the right profile.@m0rr1gan commented on GitHub (Oct 23, 2020):
Permission denied to make a PR, have one ready.
@ghost commented on GitHub (Oct 23, 2020):
@m0rr1gan Can you confirm it works when adding the below to the profile:
@rusty-snake commented on GitHub (Oct 23, 2020):
You should be able to make a PR. How do you tried (app, comman-line, website)?
@glitsj16
@m0rr1gan commented on GitHub (Oct 23, 2020):
Yes, it works when adding those two lines.
@m0rr1gan commented on GitHub (Oct 23, 2020):
I got permission denied when trying to push my branch.