Disable another GPS module

This commit is contained in:
Raja Grewal 2024-07-15 20:53:07 +10:00
parent 99b0ce7948
commit 82c5a93f7c
No known key found for this signature in database
GPG Key ID: 92CA473C156B64C4
3 changed files with 3 additions and 3 deletions

View File

@ -150,8 +150,8 @@ disabling should first be blacklisted for a suitable amount of time.
- FireWire (IEEE 1394): Disabled as they are often vulnerable to DMA attacks. - FireWire (IEEE 1394): Disabled as they are often vulnerable to DMA attacks.
- GPS: Disables GPS-related modules responsible systems such as for Global - GPS: Disable GPS-related modules such as those required for Global Navigation
Navigation Satellite System (GNSS). Satellite Systems (GNSS).
- Intel Management Engine (ME): Provides some disabling of the interface between the - Intel Management Engine (ME): Provides some disabling of the interface between the
Intel ME and the OS. Intel ME and the OS.

View File

@ -67,7 +67,6 @@ blacklist eepro100
blacklist eth1394 blacklist eth1394
blacklist evbug blacklist evbug
blacklist de4x5 blacklist de4x5
blacklist garmin_gps
blacklist pcspkr blacklist pcspkr
blacklist prism54 blacklist prism54
blacklist snd_aw2 blacklist snd_aw2

View File

@ -72,6 +72,7 @@ install video1394 /usr/bin/disabled-firewire-by-security-misc
## Global Positioning Systems (GPS): ## Global Positioning Systems (GPS):
## Disable GPS-related modules like GNSS (Global Navigation Satellite System). ## Disable GPS-related modules like GNSS (Global Navigation Satellite System).
## ##
install garmin_gps /usr/bin/disabled-gps-by-security-misc
install gnss /usr/bin/disabled-gps-by-security-misc install gnss /usr/bin/disabled-gps-by-security-misc
install gnss-mtk /usr/bin/disabled-gps-by-security-misc install gnss-mtk /usr/bin/disabled-gps-by-security-misc
install gnss-serial /usr/bin/disabled-gps-by-security-misc install gnss-serial /usr/bin/disabled-gps-by-security-misc