mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-22 02:17:04 +07:00
not blacklist CD-ROM / DVD yet
https://forums.whonix.org/t/blacklist-more-kernel-modules-to-reduce-attack-surface/7989/31
This commit is contained in:
parent
d5c1650341
commit
26b2c9727f
@ -153,7 +153,7 @@ abused to write to arbitrary memory.
|
||||
|
||||
* Provides some blocking of the interface between the [Intel Management Engine (ME)](https://www.kernel.org/doc/html/latest/driver-api/mei/mei.html) and the OS.
|
||||
|
||||
* Disables the use of CD-ROM devices by default.
|
||||
* Not enabled by default yet, comment only: Disables the use of CD-ROM devices by default.
|
||||
|
||||
### Other
|
||||
|
||||
|
@ -87,5 +87,6 @@ install mei-me /bin/disabled-by-security-misc
|
||||
|
||||
# Blacklist CD-ROM devices
|
||||
# https://nvd.nist.gov/vuln/detail/CVE-2018-11506
|
||||
install cdrom /bin/disabled-by-security-misc
|
||||
install sr_mod /bin/disabled-by-security-misc
|
||||
# https://forums.whonix.org/t/blacklist-more-kernel-modules-to-reduce-attack-surface/7989/31
|
||||
#install cdrom /bin/disabled-by-security-misc
|
||||
#install sr_mod /bin/disabled-by-security-misc
|
||||
|
Loading…
Reference in New Issue
Block a user