mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1839] F1 2017 doesn't start - Firejail is more than likely to be the barrier #1247
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#1247
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 26, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1839
Hi!
I always run all my programs firejailed, for the get-go. This includes Steam.
I'm running Debian Testing and Steam worked fine, all my games work fine.
However, I bought F1 2017 a few days ago and just couldn't make it run. It's a Vulkan-only game.
After a brief thread about the subject I asked if my friend would test it with Firejail, and, according to him, firejail is what's preventing F1 2017 from starting.
I'm a bit paranoid to run Steam completely outside of firejail, so do you guys have any tips to what I could do to make F1 2017 start?
Thanks!
@SkewedZeppelin commented on GitHub (Mar 26, 2018):
Could you try again with 0.9.52?
I'm not sure what is blacklisted in 0.9.38, but the current version of the profile has the following lines which might be of help
@ghost commented on GitHub (Mar 26, 2018):
I'm running 0.9.52 already ^^
Debian Testing here, as per OP.
@ghost commented on GitHub (Mar 27, 2018):
@netblue30 It conflicts with seccomp. How would I go about knowing what to keep and what not? e.g.
seccomp.keep poll,select,nanosleepThanks!
@Sector14 commented on GitHub (Oct 19, 2018):
Ran into this issue also. F1 2017 won't run unless seccomp is commented out in steam.profile. Has anyone found what the cause is and a workaround that allows seccomp to be left enabled?
@chiraag-nataraj commented on GitHub (May 21, 2019):
You should be able to use the audit log to figure out which syscall it's trying to call which is killing it (e.g.
sudo ausearch --rawafter it's killed).@chiraag-nataraj commented on GitHub (May 29, 2019):
Closing for inactivity. @amarildojr or @Sector14, please feel free to re-open and provide more info to help us figure out how we can fix this.