mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4619] Steam with apparmor doesn't launch #2726
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#2726
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 @Froggy232 on GitHub (Oct 18, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4619
Hi,
I have a problem with steam, it won't launch.
The log says :
Reading profile /etc/firejail/steam-runtime.profile
Reading profile /etc/firejail/steam.profile
Reading profile /etc/firejail/globals.local
Reading profile /etc/firejail/allow-java.inc
Reading profile /etc/firejail/allow-python2.inc
Reading profile /etc/firejail/allow-python3.inc
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Warning: cannot create /home/antheo/.steampath
Reading profile /etc/firejail/whitelist-common.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Seccomp list in: !ptrace, check list: @default-keep, prelist: unknown,
Parent pid 2164, child pid 2166
Warning: skipping alternatives for private /etc
Warning: skipping asound.conf for private /etc
Warning: skipping bumblebee for private /etc
Warning: skipping crypto-policies for private /etc
Warning: skipping dbus-1 for private /etc
Warning: skipping drirc for private /etc
Warning fcopy: skipping /etc/fonts/conf.d/10-sub-pixel-rgb.conf, cannot find inode
Warning fcopy: skipping /etc/fonts/conf.d/11-lcdfilter-default.conf, cannot find inode
Warning fcopy: skipping /etc/fonts/conf.d/70-no-bitmaps.conf, cannot find inode
Warning: skipping nvidia for private /etc
Private /etc installed in 18.72 ms
Private /usr/etc installed in 0.00 ms
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Seccomp list in: !ptrace, check list: @default-keep, prelist: unknown,
Child process initialized in 74.99 ms
/usr/lib/steam/steam: /home/antheo/.local/share/Steam/steam.sh : /usr/bin/env : mauvais interpréteur: Permission non accordée
/usr/lib/steam/steam: ligne 212: /home/antheo/.local/share/Steam/steam.sh: Succès
Parent is shutting down, bye...
Do you have an idea why?
Thanks you!
@jose1711 commented on GitHub (Oct 18, 2021):
Please use
LANG=Cwhen pasting console outputs.@Froggy232 commented on GitHub (Oct 19, 2021):
Sorry, I don't understand what that means
@rusty-snake commented on GitHub (Oct 19, 2021):
https://github.com/netblue30/firejail/blob/master/.github/ISSUE_TEMPLATE/bug_report.md
316a1cd622/.github/ISSUE_TEMPLATE/bug_report.md (L25)@jose1711 commented on GitHub (Oct 19, 2021):
This seems to have worked for me (but I have not tested playing the actual games):
You may want to try the same and report back.
@Froggy232 commented on GitHub (Oct 20, 2021):
Hi,
Thanks for your answer, I don't know why but steam works now!
I close the issue.
@Froggy232 commented on GitHub (Oct 20, 2021):
Sorry, it seems that steam work with firejail alone, but not with apparmor integration.
Does someone have an idea on how to fix this?
Thanks you
@rusty-snake commented on GitHub (Oct 21, 2021):
Maybe steam just don't work with apparmor 🤔 .
First you would need to allow it to execute stuff in $HOME.
@Froggy232 commented on GitHub (Oct 21, 2021):
Yeah, it works with 'ignore apparmor'.
Thanks you a lot for your help, and for your incredible software!