AUDIT-PLUGINS:(5) | System Administration Utilities | AUDIT-PLUGINS:(5) |
audit-plugins - realtime event receivers
auditd can multiplex audit events in realtime. It takes audit events and distributes them to child programs that want to analyze events in realtime. When the audit daemon receives a SIGTERM or SIGHUP, it passes that signal to its child processes so that can reload the configuration or terminate.
The child programs install a configuration file in a plugins directory which defaults to /etc/audit/plugins.d. This can be controlled by a auditd.conf config option plugin_dir if the admin wished to locate plugins somewhere else. But auditd will install its plugins in the default location.
The plugin directory will be scanned and every pluging that is active will be started. If the plugin has a problem and exits, it will be started a maximum of max_restarts times as found in auditd.conf.
Config file names are not allowed to have more than one '.' in the name or it will be treated as a backup copy and skipped. Config file options are given one per line with an equal sign between the keyword and its value. The available options are as follows:
/etc/auditd/auditd.conf /etc/audit/plugins.d
Steve Grubb
Aug 2018 | Red Hat |