Information
Turn on the auditd daemon to record system events.
Rationale:
The capturing of system events provides system administrators with information to allow
them to determine if unauthorized access to their system is occurring.
Solution
Run one of the following commands to enable auditd :
# chkconfig auditd on
# systemctl enable auditd
# update-rc.d auditd enable
Notes:
Additional methods of enabling a service exist. Consult your distribution documentation for
appropriate methods.