We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b2d40 commit 9c9a810Copy full SHA for 9c9a810
rkhunter.py
@@ -5,6 +5,7 @@ def check(*args):
5
"""Run rkhunter on the machine"""
6
sudo('/usr/bin/rkhunter --cronjob --report-warnings-only --appendlog')
7
8
+@task
9
def propupdate(*args):
10
"""Update rkhunter file property database on the machine"""
11
sudo('/usr/bin/rkhunter --propupdate')
0 commit comments