mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-26 00:18:24 -05:00
Sort RDNIS disabling and add docs
This commit is contained in:
parent
5adc007536
commit
4597fd16a9
2 changed files with 13 additions and 12 deletions
|
|
@ -383,6 +383,8 @@ Miscellaneous modules:
|
||||||
- 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.
|
||||||
|
|
||||||
|
- RDNIS - Disabled as believed to have unfixable buffer overflow issues.
|
||||||
|
|
||||||
- Optional - USB Video Device Class: Disables the USB-based video streaming driver for
|
- Optional - USB Video Device Class: Disables the USB-based video streaming driver for
|
||||||
devices like some webcams and digital camcorders.
|
devices like some webcams and digital camcorders.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -291,6 +291,17 @@ install bcm43xx /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
install de4x5 /usr/bin/disabled-miscellaneous-by-security-misc
|
install de4x5 /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
install prism54 /usr/bin/disabled-miscellaneous-by-security-misc
|
install prism54 /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
|
||||||
|
## RNDIS:
|
||||||
|
## Disabled as believed to have unfixable buffer overflow issues impossible to make secure.
|
||||||
|
## Used by some network devices common with Android USB tethering.
|
||||||
|
##
|
||||||
|
## https://en.wikipedia.org/wiki/RNDIS
|
||||||
|
## https://lkml.org/lkml/2022/11/23/728
|
||||||
|
## https://lore.kernel.org/lkml/2023071333-wildly-playroom-878b@gregkh/
|
||||||
|
##
|
||||||
|
install rndis_host /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
install usb_f_rndis /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
|
||||||
## USB Video Device Class:
|
## USB Video Device Class:
|
||||||
## Disables the USB-based video streaming driver for devices like some webcams and digital camcorders.
|
## Disables the USB-based video streaming driver for devices like some webcams and digital camcorders.
|
||||||
##
|
##
|
||||||
|
|
@ -308,15 +319,3 @@ install prism54 /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
## https://github.com/Kicksecure/security-misc/issues/298
|
## https://github.com/Kicksecure/security-misc/issues/298
|
||||||
##
|
##
|
||||||
#install vivid /usr/bin/disabled-miscellaneous-by-security-misc
|
#install vivid /usr/bin/disabled-miscellaneous-by-security-misc
|
||||||
|
|
||||||
## RNDIS:
|
|
||||||
## Disable the RNDIS drivers used by some network devices (common with Android
|
|
||||||
## USB tethering). RNDIS as a protocol is believed to have supposedly
|
|
||||||
## unfixable buffer overflow issues and may be impossible to implement in a
|
|
||||||
## secure fashion.
|
|
||||||
##
|
|
||||||
## https://lkml.org/lkml/2022/11/23/728
|
|
||||||
## https://lore.kernel.org/lkml/2023071333-wildly-playroom-878b@gregkh/
|
|
||||||
##
|
|
||||||
install rndis_host /usr/bin/disabled-miscellaneous-by-security-misc
|
|
||||||
install usb_f_rndis /usr/bin/disabled-miscellaneous-by-security-misc
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue