Check: GEN002740-2
SUSE Linux Enterprise Server v11 for System z STIG:
GEN002740-2
(in versions v1 r12 through v1 r9)
Title
The audit system must be configured to audit file deletions. (Cat II impact)
Discussion
If the system is not configured to audit certain activities and write them to an audit log, it is more difficult to detect and track system compromises and damages incurred during a system compromise.
Check Content
Check the system audit configuration to determine if file and directory deletions are audited. # cat /etc/audit/audit.rules | grep -e "-a exit,always" | grep -i "rmdir" If no results are returned, or the results do not contain "-S rmdir", this is a finding.
Fix Text
Edit the audit.rules file and add the following line to enable auditing of deletions: -a exit,always -S rmdir Restart the auditd service. # rcauditd restart OR # service auditd restart
Additional Identifiers
Rule ID: SV-45300r1_rule
Vulnerability ID: V-29240
Group Title: GEN002740-2
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000126 |
The organization determines that the organization-defined subset of the auditable events defined in AU-2 are to be audited within the information system. |
Controls
Number | Title |
---|---|
AU-2 |
Audit Events |