mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4220] vlc broken - ubuntu focal #2585
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#2585
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 @ckorder on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4220
vlc broken when used with firejail on ubuntu focal [Linux Mint 20.1]
#seccomp
need to be commented in /etc/firejail/vlc.profile
firejail version 0.9.64.4
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 disabled
- private-home support is enabled
- private-cache and tmpfs as user enabled
- SELinux support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
@rusty-snake commented on GitHub (Apr 27, 2021):
Which syscall was blocked? (Watch
journalctl --boot --pager-end --follow --grep=SECCOMPwhilefirejail --seccomp --seccomp-error-action=log vlc)AMD GPU? => Duplicate of #3219
@ckorder commented on GitHub (Apr 27, 2021):
Yep AMD, i came back because i checked it on an intel machine and this error does not appear.
Sorry for duplicate!
audit[1189746]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=unconfined pid=1189746 comm="vlc" exe="/usr/local/bin/vlc" sig=31 arch=c000003e syscall=312 compat=0 ip=0x7f017c2d289d code=0x0
with broken i mean the application start just fine, but videos are no longer played.
it would be nice if someone could adjust the config file parsing to detect these potential conflicts.