Check for AMT within tests, because it could get turned on after installation
This commit is contained in:
parent
d6222879d2
commit
cbddf8308f
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue