mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3049] Steam issue with internal browser #1916
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#1916
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 @Hnaguski on GitHub (Nov 21, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3049
I am running firejail 0.9.60 on Debian and am having a similar issue to what was described in https://github.com/netblue30/firejail/issues/1396 where the internal browser is just black.

I am running the program with
firejail --private=~/.local/share/steam steam, would this cause issues? I have checked the steam.profile and it does have tracelog commented out but the issue persists. I have found that commenting outinclude disable-common.incin steam.profile does seem to fix it, but I am unsure if this is a good idea to leave disabled.@rusty-snake commented on GitHub (Nov 22, 2019):
In general removing
disable-common.incis a bad idea, since it protects files like .bashrc. That can end in sandbox-escape. Using--privateis a mitigation against this, since the .bashrc read outside of the sandbox is an other .bashrc.Sine
disable-common.inccontains a lot ofread-onlyandblacklistcommand, only one (or a bit more)read-write/noblacklist/ignorelines in steam.local would be needed to fix that. Can you find out which ro/bl line is the issue? (comment fist all ro (search and replace) and then all bl; or comment first the half file, and the the other half.) If steam starts withtracelog, you can also look in the syslog.@rusty-snake commented on GitHub (Jan 17, 2020):
I'm closing here due to inactivity, please fell free to reopen if you still have this issue.