6.2.1.2 Ensure auditd service is enabled and active
Information
Turn on the auditd daemon to record system events. 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 the following commands to unmask, enable and start auditd : # systemctl unmask auditd # systemctl enable auditd # systemctl start auditd