mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
profiles: game-launchers: disable nou2f (#6534)
While gamepads apparently work fine in the Steam client itself, `nou2f` appears to make gamepads unresponsive inside certain games while using "Steam Input" (possibly due to `nou2f` blocking access to `/dev/hidraw*` devices). This issue reportedly affects at least the following games on Steam: "Undertale", "Persona 4 Golden" and "Persona 5 Royal". Disable nou2f to ensure that gamepads can be used. Relates to #6523. Reported-by: @opqriu
This commit is contained in:
parent
096d5a2a2d
commit
26be7180fa
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ nogroups
|
|||
nonewprivs
|
||||
noroot
|
||||
notv
|
||||
nou2f
|
||||
#nou2f # may break gamepads in certain games (see #6523)
|
||||
novideo
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp !clone3,!modify_ldt,!process_vm_readv,!ptrace
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ nogroups
|
|||
nonewprivs
|
||||
noroot
|
||||
notv
|
||||
nou2f
|
||||
#nou2f # may break gamepads in certain games (see #6523)
|
||||
# To allow VR and camera-based motion tracking, add 'ignore novideo' to your
|
||||
# steam.local.
|
||||
novideo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue