mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-07 03:04:20 -04:00
Disable some Intel Platform Monitoring Technology Telemetry (PMT) modules
This commit is contained in:
parent
61941da375
commit
724435e56e
2 changed files with 12 additions and 0 deletions
|
@ -156,6 +156,9 @@ disabling should first be blacklisted for a suitable amount of time.
|
||||||
- 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.
|
||||||
|
|
||||||
|
- Intel Platform Monitoring Technology Telemetry (PMT): Disable some functionality
|
||||||
|
of the Intel PMT components.
|
||||||
|
|
||||||
- Network File Systems: Disable uncommon and legacy network file systems.
|
- Network File Systems: Disable uncommon and legacy network file systems.
|
||||||
|
|
||||||
- Network Protocols: Wide array of uncommon and legacy network protocols are disabled.
|
- Network Protocols: Wide array of uncommon and legacy network protocols are disabled.
|
||||||
|
|
|
@ -70,6 +70,15 @@ install gnss-usb /usr/bin/disabled-gps-by-security-misc
|
||||||
install mei /usr/bin/disabled-intelme-by-security-misc
|
install mei /usr/bin/disabled-intelme-by-security-misc
|
||||||
install mei-me /usr/bin/disabled-intelme-by-security-misc
|
install mei-me /usr/bin/disabled-intelme-by-security-misc
|
||||||
|
|
||||||
|
## Intel Platform Monitoring Technology Telemetry (PMT):
|
||||||
|
## Disable some functionality of the Intel PMT components.
|
||||||
|
##
|
||||||
|
## https://github.com/intel/Intel-PMT
|
||||||
|
##
|
||||||
|
install pmt_class /usr/bin/disabled-intelpmt-by-security-misc
|
||||||
|
install pmt_crashlog /usr/bin/disabled-intelpmt-by-security-misc
|
||||||
|
install pmt_telemetry /usr/bin/disabled-intelpmt-by-security-misc
|
||||||
|
|
||||||
## Network File Systems:
|
## Network File Systems:
|
||||||
## Disable uncommon network file systems to reduce attack surface.
|
## Disable uncommon network file systems to reduce attack surface.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue