auditd(8) - Linux man page
Name
auditd - The Linux Audit daemonSynopsis
auditd [-f] [-l] [-n]Description
Options
- -f
- leave the audit daemon in the foreground for debugging. Messages also go to stderr rather than the audit log.
- -l
- allow the audit daemon to follow symlinks for config files.
- -n
- no fork. This is useful for running off of inittab
Signals
- SIGHUP
- causes auditd to reconfigure. This means that auditd re-reads the configuration file. If there are no syntax errors, it will proceed to implement the requested changes. If the reconfigure is successful, a DAEMON_CONFIG event is recorded in the logs. If not successful, error handling is controlled by space_left_action, admin_space_left_action, disk_full_action, and disk_error_action parameters in auditd.conf.
- SIGTERM
- caused auditd to discontinue processing audit events, write a shutdown audit event, and exit.
- SIGUSR1
- causes auditd to immediately rotate the logs. It will consult the max_log_size_action to see if it should keep the logs or not.
Files
/etc/audit/auditd.conf - configuration file for audit daemon/etc/audit/audit.rules - audit rules to be loaded at
startup
