mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2448] Steam profile blocks gamepad (dualshock 3) #1620
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#1620
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 @DevPre24 on GitHub (Feb 23, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2448
Distro: Arch Linux
Kernel version: 4.20.11-arch2-1-ARCH
Firejail version: 0.9.58.2-1
Description: When starting steam with the included profile my gamepad (Sony Dualshock 3 connected with a usb cable) is not detected by steam.
Escaping the sandbox with:
firejail --noprofile steam-runtimesolves the problem but it's not ideal since it leaves open an attack surface.
Relates to:
@Fred-Barclay commented on GitHub (Feb 23, 2019):
@DevPre24 Can you make sure that you're using the steam profile by
firejail --profile=/etc/firejail/steam.profile steam-runtime?If it still fails, please try each of the following:
firejail --ignore=protocol --profile=/etc/firejail/steam.profile steam-runtimefirejail --ignore=private-dev --profile=/etc/firejail/steam.profile steam-runtime@DevPre24 commented on GitHub (Feb 23, 2019):
Same result so i'm guessing the correct steam profile is loaded.
Same result.
Ignoring "private-dev", the gamepad (wired dualshock 3) is correctly detected and works as expected. Thanks!
@rusty-snake commented on GitHub (Sep 10, 2019):
@DevPrev24 I'm closing here due to inactivity, please fell free to reopen if you have more questions.