From 7a66ad85714351ef067c9706ca44fa1a0c4bea7b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 29 Nov 2016 20:17:00 +0000 Subject: [PATCH] Use tripwire --- src/freedombone-tests | 2 +- tests/output.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/freedombone-tests b/src/freedombone-tests index ca597457..80294b94 100755 --- a/src/freedombone-tests +++ b/src/freedombone-tests @@ -181,7 +181,7 @@ function test_stig { ##RHEL-06-000016 ##A file integrity tool must be installed. - dpkg -s aide >/dev/null 2>&1 & + dpkg -s tripwire >/dev/null 2>&1 & stig_spinner $! output "V-38489" $? ${SETLANG} diff --git a/tests/output.sh b/tests/output.sh index f7f674fc..5d6023ca 100644 --- a/tests/output.sh +++ b/tests/output.sh @@ -131,12 +131,12 @@ an administrator.\n\n######################\n\n' >> $LOG ;; V-38489) if [ "$3" = "en" ]; then - log_msg $2 'A file integrity tool must be installed.(AIDE)' ##Ported + log_msg $2 'A file integrity tool must be installed.(tripwire)' ##Ported else log_msg $2 '必须安装文件完整性的工具。' fi if [ $2 -ne 0 ];then - 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 + 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 fi ;;