|
@@ -259,12 +259,12 @@ an administrator.\n\n######################\n\n' >> $LOG
|
259
|
259
|
fi
|
260
|
260
|
;;
|
261
|
261
|
V-51391) if [ "$3" = "en" ]; then
|
262
|
|
- log_msg $2 'A file integrity baseline must be created. Reset the tripwire from the administrator control panel.'
|
|
262
|
+ log_msg $2 'A file integrity baseline must be created. Reset the tripwire from the administrator control panel under security settings.'
|
263
|
263
|
else
|
264
|
264
|
log_msg $2 '必须创建文件完整性基线。'
|
265
|
265
|
fi
|
266
|
266
|
if [ $2 -ne 0 ];then
|
267
|
|
- printf '\n######################\n\nSTIG-ID:RHEL-06-000018\n\nVulnerability Discussion: For tripwire to be effective, an initial database of "known-good" information about files must be captured and it should be able to be verified against the installed files.\n\nFix text: Run "reset tripwire" from the administrator control panel.\n\n######################\n\n' >> $LOG
|
|
267
|
+ printf '\n######################\n\nSTIG-ID:RHEL-06-000018\n\nVulnerability Discussion: For tripwire to be effective, an initial database of "known-good" information about files must be captured and it should be able to be verified against the installed files.\n\nFix text: Run "reset tripwire" from security settings on the administrator control panel.\n\n######################\n\n' >> $LOG
|
268
|
268
|
fi
|
269
|
269
|
;;
|
270
|
270
|
V-38491) if [ "$3" = "en" ]; then
|