mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-24 18:09:26 -05:00
Disable another GPS module
This commit is contained in:
parent
99b0ce7948
commit
82c5a93f7c
@ -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.
|
||||
|
@ -67,7 +67,6 @@ blacklist eepro100
|
||||
blacklist eth1394
|
||||
blacklist evbug
|
||||
blacklist de4x5
|
||||
blacklist garmin_gps
|
||||
blacklist pcspkr
|
||||
blacklist prism54
|
||||
blacklist snd_aw2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user