瀏覽代碼

Use tripwire

Bob Mottram 8 年之前
父節點
當前提交
7a66ad8571
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 1
    1
      src/freedombone-tests
  2. 2
    2
      tests/output.sh

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

@@ -181,7 +181,7 @@ function test_stig {
181 181
     ##RHEL-06-000016
182 182
     ##A file integrity tool must be installed.
183 183
 
184
-    dpkg -s aide >/dev/null 2>&1 &
184
+    dpkg -s tripwire >/dev/null 2>&1 &
185 185
 
186 186
     stig_spinner $!
187 187
     output "V-38489" $? ${SETLANG}

+ 2
- 2
tests/output.sh 查看文件

@@ -131,12 +131,12 @@ an administrator.\n\n######################\n\n' >> $LOG
131 131
               ;;
132 132
 
133 133
     V-38489)  if [ "$3" = "en" ]; then
134
-                  log_msg $2 'A file integrity tool must be installed.(AIDE)' ##Ported
134
+                  log_msg $2 'A file integrity tool must be installed.(tripwire)' ##Ported
135 135
               else
136 136
                   log_msg $2 '必须安装文件完整性的工具。'
137 137
               fi
138 138
               if [ $2 -ne 0 ];then
139
-                  printf '\n######################\n\nSTIG-ID:RHEL-06-000016\n\nVulnerability Discussion: The AIDE package must be installed if it is to be available for integrity checking.\n\nFix text: Install the AIDE package with the command:\n\n#apt-get install aide\n\n######################\n\n' >> $LOG
139
+                  printf '\n######################\n\nSTIG-ID:RHEL-06-000016\n\nVulnerability Discussion: The tripwire package must be installed if it is to be available for integrity checking.\n\nFix text: Install the tripwire package with the command:\n\n#apt-get install tripwire\n\n######################\n\n' >> $LOG
140 140
               fi
141 141
               ;;
142 142