From 068b3d47cde99a3412289053ece3ce51e83f8d62 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 10 Mar 2010 14:35:11 +0000 Subject: filter chkrootkit checks --- cron-sh/scripts/04_rootkit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'cron-sh') diff --git a/cron-sh/scripts/04_rootkit.sh b/cron-sh/scripts/04_rootkit.sh index 1d0c041..3c98f6c 100755 --- a/cron-sh/scripts/04_rootkit.sh +++ b/cron-sh/scripts/04_rootkit.sh @@ -31,6 +31,7 @@ if check_is_enabled "${CHECK_CHKROOTKIT}" ; then else chkrootkit_result="failed" fi + Filter ${CHKROOTKIT_TODAY} CHECK_CHKROOTKIT if [[ -s ${CHKROOTKIT_TODAY} ]]; then printf "\nChkrootkit report:\n" >> ${SECURITY} cat ${CHKROOTKIT_TODAY} >> ${SECURITY} -- cgit v1.2.1