This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/default/auditd
T
Gitea 0258215b0c committing changes in /etc after apt run
Package changes:
+auditd 1:3.0-2 amd64
+libauparse0 1:3.0-2 amd64
2022-07-08 11:34:58 +02:00

13 lines
485 B
Plaintext

# Add extra options here
EXTRAOPTIONS=""
# This option is used to determine if rules & watches should be deleted on
# shutdown by loading the audit-stop file. 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="no"
# This option determines whether or not to call augenrules to compile the
# audit rules from /etc/audit/rules.d. The default is "yes".
USE_AUGENRULES="yes"