Move joydev from blacklist to disable

This commit is contained in:
raja-grewal 2025-11-21 12:42:10 +00:00 committed by GitHub
parent 28476d3d53
commit 1865cafe44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View file

@ -380,6 +380,8 @@ Miscellaneous modules:
- Framebuffer (fbdev): Disabled as these drivers are well-known to be buggy, cause - Framebuffer (fbdev): Disabled as these drivers are well-known to be buggy, cause
kernel panics, and are generally only used by legacy devices. kernel panics, and are generally only used by legacy devices.
- Joysticks: Disabled to reduce attack surface.
- Replaced Modules: Disabled legacy drivers that have been entirely replaced and - Replaced Modules: Disabled legacy drivers that have been entirely replaced and
superseded by newer drivers. superseded by newer drivers.

View file

@ -35,7 +35,6 @@ blacklist sr_mod
#blacklist cfg80211 #blacklist cfg80211
#blacklist intel_agp #blacklist intel_agp
#blacklist ip_tables #blacklist ip_tables
blacklist joydev
#blacklist mousedev #blacklist mousedev
#blacklist psmouse #blacklist psmouse
#blacklist snd_intel8x0 #blacklist snd_intel8x0

View file

@ -283,6 +283,12 @@ install viafb /usr/bin/disabled-framebuffer-by-security-misc
install vt8623fb /usr/bin/disabled-framebuffer-by-security-misc install vt8623fb /usr/bin/disabled-framebuffer-by-security-misc
install udlfb /usr/bin/disabled-framebuffer-by-security-misc install udlfb /usr/bin/disabled-framebuffer-by-security-misc
## Joysticks:
##
## https://docs.kernel.org/input/joydev/joystick.html
##
install joydev /usr/bin/disabled-miscellaneous-by-security-misc
## Replaced Modules: ## Replaced Modules:
## These legacy drivers have all been entirely replaced and superseded by newer drivers. ## These legacy drivers have all been entirely replaced and superseded by newer drivers.
## Many of these were previously blacklisted. ## Many of these were previously blacklisted.