File: default

package info (click to toggle)
rkhunter 1.3.6-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,608 kB
  • ctags: 216
  • sloc: sh: 10,370; perl: 142; makefile: 10
file content (21 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Defaults for rkhunter cron jobs
# sourced by /etc/cron.*/rkhunter

#
# This is a POSIX shell fragment
#

# Set this to the email address where reports and run output should be sent
REPORT_EMAIL="root"

# Set this to yes to enable rkhunter weekly database updates
CRON_DB_UPDATE="yes"

# Set this to yes to enable reports of weekly database updates
DB_UPDATE_EMAIL="no"

# Set this to yes to enable rkhunter daily runs
CRON_DAILY_RUN="yes"

# Nicenesses range from -20 (most favorable scheduling) to 19 (least favorable).
NICE="0"