Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# Add extra options here
2
EXTRAOPTIONS=""
3
#
4
# This is the locale information that audit uses. Its defaulted to en_US.
5
# To remove all locale information from audit's environment, set
6
# AUDITD_LANG to the empty string or the string "none".
7
AUDITD_LANG="en_US"
8
#
9
# This option is used to determine if rules & watches should be deleted on
10
# shutdown. This is beneficial in most cases so that a watch doesn't linger
11
# on a drive that is being unmounted. If set to no, it will NOT be cleaned up.
12
AUDITD_CLEAN_STOP="yes"
13
#
14
# This option determines whether the audit system should be disabled when
15
# the audit daemon is shutdown
16
AUDITD_STOP_DISABLE="yes"