瀏覽代碼

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

Bob Mottram 8 年之前
父節點
當前提交
cbddf8308f
共有 2 個檔案被更改,包括 1 行新增4 行删除
  1. 1
    0
      src/freedombone-tests
  2. 0
    4
      src/freedombone-utils-setup

+ 1
- 0
src/freedombone-tests 查看文件

@@ -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 查看文件

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