From 82c5a93f7cf2846490120c5262a146a313a5ce47 Mon Sep 17 00:00:00 2001 From: Raja Grewal Date: Mon, 15 Jul 2024 20:53:07 +1000 Subject: [PATCH] Disable another GPS module --- README.md | 4 ++-- etc/modprobe.d/30_security-misc_blacklist.conf | 1 - etc/modprobe.d/30_security-misc_disable.conf | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5cf7a3..442c2be 100644 --- a/README.md +++ b/README.md @@ -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. -- GPS: Disables GPS-related modules responsible systems such as for Global - Navigation Satellite System (GNSS). +- GPS: Disable GPS-related modules such as those required for Global Navigation + Satellite Systems (GNSS). - Intel Management Engine (ME): Provides some disabling of the interface between the Intel ME and the OS. diff --git a/etc/modprobe.d/30_security-misc_blacklist.conf b/etc/modprobe.d/30_security-misc_blacklist.conf index 6dce2d2..c192c3c 100644 --- a/etc/modprobe.d/30_security-misc_blacklist.conf +++ b/etc/modprobe.d/30_security-misc_blacklist.conf @@ -67,7 +67,6 @@ blacklist eepro100 blacklist eth1394 blacklist evbug blacklist de4x5 -blacklist garmin_gps blacklist pcspkr blacklist prism54 blacklist snd_aw2 diff --git a/etc/modprobe.d/30_security-misc_disable.conf b/etc/modprobe.d/30_security-misc_disable.conf index e36f074..40bcf7f 100644 --- a/etc/modprobe.d/30_security-misc_disable.conf +++ b/etc/modprobe.d/30_security-misc_disable.conf @@ -72,6 +72,7 @@ install video1394 /usr/bin/disabled-firewire-by-security-misc ## Global Positioning Systems (GPS): ## 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-mtk /usr/bin/disabled-gps-by-security-misc install gnss-serial /usr/bin/disabled-gps-by-security-misc