X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fchkrootkit.crontab;fp=infobase%2Fconfiguration%2Fcron%2Fchkrootkit.crontab;h=1087ce0020409aeb9ac3bbc2f34a11bc1ab2f092;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=1bd47407e224fd1bde621efb5659def639b43ab3;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/infobase/configuration/cron/chkrootkit.crontab b/infobase/configuration/cron/chkrootkit.crontab index 1bd47407..1087ce00 100644 --- a/infobase/configuration/cron/chkrootkit.crontab +++ b/infobase/configuration/cron/chkrootkit.crontab @@ -1,11 +1,7 @@ -SHELL=/bin/bash - -# m h dom mon dow command - #[chkrootkit] # this runs chkrootkit to demonstrate a bug in the vm kernel currently # provided by...? hmmm: who's the vendor? -3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt ) -4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt ) +3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt ) &>>/tmp/${CRONUSER}-cron-chkrootkit.log +4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt ) &>>/tmp/${CRONUSER}-cron-chkrootkit.log