mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4608] noinput in supertux2.profile means no joystick/gamepad support #2720
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#2720
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 @jose1711 on GitHub (Oct 15, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4608
2164412bb5/etc/profile-m-z/supertux2.profile (L33)Not sure if this is really required - the game experience is much better with gamepad.
@rusty-snake commented on GitHub (Oct 16, 2021):
Just open PRs for all the games with joystick/gamepad support you find, there will be more I guess.
Background: Until firejail 0.9.66, you had to use
ignore private-devfor joysticks/gamepads where the decision was to not do this by default since the most people do not use joysticks/gamepads and noprivate-devallows wide device access. Thenprivate-devchanged to keep/dev/inputand you can blacklist it withnoinput. To keep the status quo of security in profiles, all profiles withprivate-devgotnoinput.