From a24ff36df7280ffcec428b9cb89ce9d380ace292 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 10 Mar 2010 15:00:13 +0000 Subject: filter chkrootkit checks --- cron-sh/scripts/04_rootkit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cron-sh/scripts/04_rootkit.sh b/cron-sh/scripts/04_rootkit.sh index 8060343..0bce910 100755 --- a/cron-sh/scripts/04_rootkit.sh +++ b/cron-sh/scripts/04_rootkit.sh @@ -31,6 +31,7 @@ if [[ ${CHECK_CHKROOTKIT} == yes ]]; 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