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