Check: RHEL-06-000145
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000145
(in versions v2 r2 through v1 r14)
Title
The operating system must produce audit records containing sufficient information to establish the identity of any user/subject associated with the event. (Cat II impact)
Discussion
Ensuring the "auditd" service is active ensures audit records generated by the kernel can be written to disk, or that appropriate actions will be taken if other obstacles exist.
Check Content
Run the following command to determine the current status of the "auditd" service: # service auditd status If the service is enabled, it should return the following: auditd is running... If the service is not running, this is a finding.
Fix Text
The "auditd" service is an essential userspace component of the Linux Auditing System, as it is responsible for writing audit records to disk. The "auditd" service can be enabled with the following commands: # chkconfig auditd on # service auditd start
Additional Identifiers
Rule ID: SV-217944r603264_rule
Vulnerability ID: V-217944
Group Title: SRG-OS-000255
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001487 |
Ensure that audit records containing information that establishes the identity of any individuals, subjects, or objects/entities associated with the event. |
Controls
Number | Title |
---|---|
AU-3 |
Content of Audit Records |