mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2765] Steam on Fedora fails to open with firejail #1735
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#1735
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 @clara2g on GitHub (Jun 13, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2765
The error is "glXChooseVisual failed". It works without Firejail so I assume is a Firejail issue.
I'm running up to date Fedora 30 KDE with Firejail 0.9.56 and default Steam profile. My laptop has integrated Intel UHD Graphics 620.
Loving Firejail. Thank you :)
@rusty-snake commented on GitHub (Jun 13, 2019):
@clara2g does one of the following work?
firejail --noprofile steamfirejail --ignore=private-etc --ignore=private-dev --ignore=private-tmp steam@clara2g commented on GitHub (Jun 13, 2019):
@rusty-snake the first one works, the second does not (fails with the same message)
@rusty-snake commented on GitHub (Jun 13, 2019):
@clara2g OK. can you then comment all lines in your steam.profile and uncomment line for line and try after every uncomment. As an suggestion: start uncommenting with the includes or the options (
caps.drop alltoshell none).@clara2g commented on GitHub (Jun 13, 2019):
@rusty-snake is the "include disable-common.inc" line. That's a long file, I will test it tomorrow to find the problem there and post it. Thank you :)
@rusty-snake commented on GitHub (Jun 13, 2019):
@clara2g first check
journalctl -r.If you realy try to find something in disable-common, search binary. I think that is may in one of this sections:
@clara2g commented on GitHub (Jun 17, 2019):
Hi again, I've digged into this issue, the problem was the line
blacklist /usr/sbinin the disable-common.inc but that's a whole directory so I created a new include file for all /usr/sbin/ files in order to track the specific binary and it is /usr/sbin/ldconfig.I noticed that the Firejail's Steam profile already has a
noblacklist /sbin. Adding the linenoblacklist /usr/sbinbelow fixes the issue.Is it possible to whitelist only this specific file instead of the removing the whole blacklinsting on /usr/sbin and /sbin sensitive folders?
I hope this is useful. Thank you.
@rusty-snake commented on GitHub (Jun 17, 2019):
@clara2g
Your welcome to open a PR, to fix this.
Yes, some very sensitve binary should still be blacklisted (I don't look which), for whitelisting:
0330e04ec3/etc/steam.profile (L61-L66)Please do whitelisting only local on your machine with
steam.localand don't include it in a PR.