Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / infobase / configuration / cron / chkrootkit.crontab
1
2 ##############
3
4 #[chkrootkit]
5 # this runs chkrootkit to demonstrate a bug in the vm kernel currently
6 # provided by...?  hmmm: who's the vendor?
7 3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt ) &>>/tmp/${CRONUSER}-cron-chkrootkit.log 
8 4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt ) &>>/tmp/${CRONUSER}-cron-chkrootkit.log 
9
10 ##############
11