Skip to content

Commit e0f87a0

Browse files
committed
Update rkhunter check task
Update the check to use the script that we run daily. This Fabric script will mostly be run by people who want to solve a passive check alert for rkhunter, so we should make sure that the task does actually update the passive check.
1 parent c5311c8 commit e0f87a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rkhunter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@task(default=True)
44
def check(*args):
55
"""Run rkhunter on the machine"""
6-
sudo('/usr/bin/rkhunter --cronjob --report-warnings-only --appendlog')
6+
sudo('/etc/cron.daily/rkhunter-passive-check')
77

88
@task
99
def propupdate(*args):

0 commit comments

Comments
 (0)