mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3783] google-chrome: hardware acceleration is broken (intel/wayland ozone) (seccomp) #2384
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#2384
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 @ghost on GitHub (Dec 2, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3783
Fedora 33 on Haswell CPU & iGPU
Compiled form master today (last done over a month ago) and google chrome is broken, videos aren't played correctly and desync from audio.
noprofile fixes the problem.
The command used:
firejail --disable-mnt --netns=custom --dns=1.1.1.1 --private=~/jailed/google_chrome google-chrome-stable --disable-webgl --enable-features=UseOzonePlatform --ozone-platform=waylandPrior to the recompilation today it worked fine.
@rusty-snake commented on GitHub (Dec 2, 2020):
Likely a regression from
594300374d. However, the only effective change for google-chrome.profile was private-cache 😕 .@rusty-snake commented on GitHub (Jan 4, 2021):
I played a bit with ozone in brave, chromium-browser-privacy and vivaldi. AV worked fine in brave. However, I needed to allow the kcmp syscall (I set
seccomp-error-action kill). Worksfirejail '--seccomp=!chroot,!kcmp' …?For the record: Fedora 32; Mesa 20.2.3; Intel GPU;
secomp.drop kcmpis only violated when using ozone, but not with the default X11 backend.