X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fchkrootkit.crontab;h=69e3b76e9e71428b8c755d8452331449be1b58d3;hb=349134c5f00fa483dd75659428a1ab0c58657015;hp=1087ce0020409aeb9ac3bbc2f34a11bc1ab2f092;hpb=6a60fb3300431fcc3001b1c5dec3fdf814ee2de4;p=feisty_meow.git diff --git a/infobase/configuration/cron/chkrootkit.crontab b/infobase/configuration/cron/chkrootkit.crontab index 1087ce00..69e3b76e 100644 --- a/infobase/configuration/cron/chkrootkit.crontab +++ b/infobase/configuration/cron/chkrootkit.crontab @@ -1,7 +1,11 @@ +############## + #[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 ) &>>/tmp/${CRONUSER}-cron-chkrootkit.log 4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt ) &>>/tmp/${CRONUSER}-cron-chkrootkit.log +############## +