mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 17:06:45 -05:00
Move joydev from blacklist to disable
This commit is contained in:
parent
28476d3d53
commit
1865cafe44
3 changed files with 8 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue