mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-26 10:55:57 -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.
|
- 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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user