first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / cron / chkrootkit.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 # this runs chkrootkit to demonstrate a bug in the vm kernel currently
7 # provided by...?
8 # who's the vendor?
9
10 3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt )
11 4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt )
12