Ver código fonte

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

Bob Mottram 8 anos atrás
pai
commit
cbddf8308f
2 arquivos alterados com 1 adições e 4 exclusões
  1. 1
    0
      src/freedombone-tests
  2. 0
    4
      src/freedombone-utils-setup

+ 1
- 0
src/freedombone-tests Ver arquivo

@@ -1148,6 +1148,7 @@ fi
1148 1148
 
1149 1149
 test_app_functions
1150 1150
 test_unique_onion_ports
1151
+check_for_AMT
1151 1152
 fix_stig
1152 1153
 test_stig
1153 1154
 

+ 0
- 4
src/freedombone-utils-setup Ver arquivo

@@ -372,10 +372,6 @@ function disable_nfs_insecure_locks {
372 372
 }
373 373
 
374 374
 function check_for_AMT {
375
-    if [[ $ARCHITECTURE == 'arm'* ]]; then
376
-        return
377
-    fi
378
-
379 375
     pci_hardware=$(lspci)
380 376
     if [[ "$pci_hardware" == *"MEI"* || "$pci_hardware" == *"HECI"* ]]; then
381 377
         echo $'Intel Active Management Technology (Management Engine) was detected. This is an active backdoor.'