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