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

This commit is contained in:
Bob Mottram 2017-05-02 11:03:25 +01:00
parent d6222879d2
commit cbddf8308f
2 changed files with 1 additions and 4 deletions

View File

@ -1148,6 +1148,7 @@ fi
test_app_functions
test_unique_onion_ports
check_for_AMT
fix_stig
test_stig

View File

@ -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.'