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"
|
8 |
- |
17 |
#
|
|
|
18 |
# This option determines whether or not to call augenrules to compile the
|
|
|
19 |
# audit.rule file from /etc/audit/rules.d. The default is "no" so that nothing
|
|
|
20 |
# happens to existing rules. When setting this up, any existing rules need to
|
|
|
21 |
# be copied into /etc/audit/rules.d or it will be lost when audit.rule gets
|
|
|
22 |
# overwritten.
|
|
|
23 |
USE_AUGENRULES="no"
|
|
|
24 |
|