diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-03-10 14:35:11 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-03-10 14:35:11 +0000 |
commit | 068b3d47cde99a3412289053ece3ce51e83f8d62 (patch) | |
tree | ede2fddc92715ae141f04583c372ebc6d192a97f /cron-sh | |
parent | 6177eab32471c16725c82e5293b11a60cc16155f (diff) | |
download | msec-068b3d47cde99a3412289053ece3ce51e83f8d62.tar msec-068b3d47cde99a3412289053ece3ce51e83f8d62.tar.gz msec-068b3d47cde99a3412289053ece3ce51e83f8d62.tar.bz2 msec-068b3d47cde99a3412289053ece3ce51e83f8d62.tar.xz msec-068b3d47cde99a3412289053ece3ce51e83f8d62.zip |
filter chkrootkit checks
Diffstat (limited to 'cron-sh')
-rwxr-xr-x | cron-sh/scripts/04_rootkit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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} |