]> git.pld-linux.org Git - packages/audit.git/blame - auditd.sysconfig
- updated to 3.1.2; flexible array workaround already in code
[packages/audit.git] / auditd.sysconfig
CommitLineData
11fba1fa
JB
1# Customized settings for auditd
2
3# Nice level for auditd
ba55c408 4#SERVICE_RUN_NICE_LEVEL=0
11fba1fa 5
738da8d6
JR
6# Add extra options here
7EXTRAOPTIONS=""
8#
9# This is the locale information that audit uses.
10# To remove all locale information from audit's environment, set
11# AUDITD_LANG to the empty string or the string "none".
12#AUDITD_LANG="pl_PL"
13#
11fba1fa
JB
14# This option is used to determine if rules & watches should be deleted on
15# shutdown. This is beneficial in most cases so that a watch doesn't linger
16# on a drive that is being unmounted. If set to no, it will NOT be cleaned up.
738da8d6
JR
17AUDITD_CLEAN_STOP="yes"
18#
19# This option determines whether the audit system should be disabled when
20# the audit daemon is shutdown
21AUDITD_STOP_DISABLE="yes"
22#
23# This option determines whether or not to call augenrules to compile the
24# audit.rule file from /etc/audit/rules.d. The default is "no" so that nothing
25# happens to existing rules. When setting this up, any existing rules need to
26# be copied into /etc/audit/rules.d or it will be lost when audit.rule gets
27# overwritten.
28USE_AUGENRULES="no"
This page took 0.192286 seconds and 4 git commands to generate.