File: auditd

package info (click to toggle)
python-augeas 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: python: 823; makefile: 26; sh: 2
file content (12 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
# Add extra options here
EXTRAOPTIONS=""
#
# This is the locale information that audit uses. Its defaulted to en_US.
# To remove all locale information from audit's environment, set
# AUDITD_LANG to the empty string or the string "none".
AUDITD_LANG="en_US"
#
# This option is used to determine if rules & watches should be deleted on
# shutdown. This is beneficial in most cases so that a watch doesn't linger
# on a drive that is being unmounted. If set to no, it will NOT be cleaned up.
AUDITD_CLEAN_STOP="yes"