mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1807] Arch-Linux - 'steam-native' doesn't read /etc/firejail/steam.profile #1227
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#1227
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 (Mar 11, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1807
Hi there!
After almost a year away from Linux, I'm back. I tried running "Steam Native" and encountered a problem: it doesn't automatically read '/etc/firejail/steam.profile'.
I've been on this for hours. I commented all lines except for the "noblacklist" ones, then I changed all "noblacklist" words to "whitelist". I then added all Steam directories I have, and by the end I just left the "whitelist" lines (none of those 'private', 'tmp' or whatever).
Still, after running "firejail steam-native" it says "rm: cannot remove '/home/amarildo/.steam/steam': Permission denied".
And running it with --debug shows:
As if it's not reading my Steam.profile at all.
EDIT: Then I tried running the default steam.profile, "firejail --profile=/etc/firejail/steam.profile steam-native", and it worked.
Is this something the Arch devs must change, or you can change Firejail's code so that it recognizes when "firejail steam-native" runs? Because currently if you run that command, firejail will just apply the default profile to Steam and it will fail to initialize.
Cheers
@SkewedZeppelin commented on GitHub (Mar 11, 2018):
They seem to have changed their steam-native script. It used to just launch /usr/bin/steam with some extra arguments, which was firejailed if you'd ran
firecfg.I've added an alias in
66f8903a08. You can eitheryaourt -S firejail-gitor the following