mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1680] Opengl error with wine.profile #1135
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#1135
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 16, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1680
Hello,
after some updates (mesa-17.3 and llvm-4, I think), wine through firejail or anything GL related doesn't work anymore. Here's a simple example with and without firejail
What could be causing it in the wine profile? I already had to remove seccomp to launch steam through wine, but I don't see anything preventing the access to
/usr/lib64/dri.Using firejail-0.9.50 on Gentoo.
@SkewedZeppelin commented on GitHub (Dec 16, 2017):
Does adding "noblacklist /usr/lib/llvm*" fix it? See #1437
@ghost commented on GitHub (Dec 16, 2017):
Yes, it fixes it. Thanks.
@SkewedZeppelin commented on GitHub (Dec 16, 2017):
@Q3CPMA thanks for testing, that is now included by default.
@Fred-Barclay @netblue30 we will need to consider adding this to more profiles or by default
@Fred-Barclay commented on GitHub (Dec 16, 2017):
Hmm... is it just wine and steam we're seeing this on?
@ghost commented on GitHub (Dec 20, 2017):
Well, like I said, just using glxgears (with the wine profile, yeah) gave this. I guess that anything requiring acceleration will need it.