Rule ID
SV-45207r1_rule
Version
V1R12
CCIs
Without auditing, individual system accesses cannot be tracked and malicious activity cannot be detected and traced back to an individual account.
Determine if auditing is enabled. # ps -ef |grep auditd If the auditd process is not found, this is a finding.
Start the auditd service and set it to start on boot. # service auditd start ; chkconfig auditd on