X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=infobase%2Fconfiguration%2Fcron%2Fchkrootkit.crontab;h=69e3b76e9e71428b8c755d8452331449be1b58d3;hb=3475ea0f35f499fc602826d428a4f152cb6c8920;hp=c73f4f4dff566048cdbf63989dbb0644f35755c5;hpb=0f49452f40415efb2a62048397ed8514a1058bb7;p=feisty_meow.git diff --git a/infobase/configuration/cron/chkrootkit.crontab b/infobase/configuration/cron/chkrootkit.crontab index c73f4f4d..69e3b76e 100644 --- a/infobase/configuration/cron/chkrootkit.crontab +++ b/infobase/configuration/cron/chkrootkit.crontab @@ -1,12 +1,11 @@ -SHELL=/bin/bash - -# m h dom mon dow command +############## +#[chkrootkit] # this runs chkrootkit to demonstrate a bug in the vm kernel currently -# provided by...? -# who's the vendor? +# 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 -3 * * * * (/usr/sbin/chkrootkit -q &>/var/www/rootkit_report_quiet.txt ) -4 * * * * (/usr/sbin/chkrootkit -x &>/var/www/rootkit_report_expert.txt ) +##############