diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-30 21:09:53 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:29 +0200 |
commit | dd6085c28219e6acca0c7ae1c6428b064c65e752 (patch) | |
tree | 5e0a70d68ead1e11d82907dddbce8a781a29f1b2 /roles/common/files/etc/default/rkhunter | |
parent | a59578e8406949827d20efa19edfa6a746168c82 (diff) |
Configure rkhunter.
Diffstat (limited to 'roles/common/files/etc/default/rkhunter')
-rw-r--r-- | roles/common/files/etc/default/rkhunter | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/roles/common/files/etc/default/rkhunter b/roles/common/files/etc/default/rkhunter new file mode 100644 index 0000000..da59a73 --- /dev/null +++ b/roles/common/files/etc/default/rkhunter @@ -0,0 +1,34 @@ +# Defaults for rkhunter automatic tasks +# sourced by /etc/cron.*/rkhunter and /etc/apt/apt.conf.d/90rkhunter +# +# This is a POSIX shell fragment +# + +# Set this to yes to enable rkhunter daily runs +# (default: true) +CRON_DAILY_RUN="yes" + +# Set this to yes to enable rkhunter weekly database updates +# (default: true) +CRON_DB_UPDATE="yes" + +# Set this to yes to enable reports of weekly database updates +# (default: false) +DB_UPDATE_EMAIL="false" + +# Set this to the email address where reports and run output should be sent +# (default: root) +REPORT_EMAIL="admin@fripost.org" + +# Set this to yes to enable automatic database updates +# (default: false) +APT_AUTOGEN="false" + +# Nicenesses range from -20 (most favorable scheduling) to 19 (least favorable) +# (default: 0) +NICE="10" + +# Should daily check be run when running on battery +# powermgmt-base is required to detect if running on battery or on AC power +# (default: false) +RUN_CHECK_ON_BATTERY="false" |