- Submitter is now maintainer PR: ports/152607 Submitted by: Sofian Brabez <sbrabez AT gmail.com>
16 lines
585 B
Text
16 lines
585 B
Text
|
|
******************************************************************************
|
|
|
|
You should keep your rkhunter database up-to-date.
|
|
This can be done automatically by putting this line to /etc/periodic.conf:
|
|
|
|
daily_rkhunter_update_enable="YES"
|
|
daily_rkhunter_update_flags="--update --nocolors"
|
|
|
|
Also, you can run rkhunter as a part of the daily security check by
|
|
putting this line to /etc/periodic.conf:
|
|
|
|
daily_rkhunter_check_enable="YES"
|
|
daily_rkhunter_check_flags="--checkall --nocolors --skip-keypress"
|
|
|
|
******************************************************************************
|