Skip to content
Snippets Groups Projects
Commit cbddf830 authored by Bob Mottram's avatar Bob Mottram
Browse files

Check for AMT within tests, because it could get turned on after installation

parent d6222879
No related branches found
No related tags found
No related merge requests found
......@@ -1148,6 +1148,7 @@ fi
test_app_functions
test_unique_onion_ports
check_for_AMT
fix_stig
test_stig
......
......@@ -372,10 +372,6 @@ function disable_nfs_insecure_locks {
}
function check_for_AMT {
if [[ $ARCHITECTURE == 'arm'* ]]; then
return
fi
pci_hardware=$(lspci)
if [[ "$pci_hardware" == *"MEI"* || "$pci_hardware" == *"HECI"* ]]; then
echo $'Intel Active Management Technology (Management Engine) was detected. This is an active backdoor.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment