The SUSE operating system must not disable syscall auditing.
An XCCDF Rule
Description
<VulnDiscussion>By default, the SUSE operating system includes the "-a task,never" audit rule as a default. This rule suppresses syscall auditing for all tasks started with this rule in effect. Because the audit daemon processes the "audit.rules" file from the top down, this rule supersedes all other defined syscall rules; therefore no syscall auditing can take place on the operating system.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-217204r991589_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Remove the "-a task,never" rule from the /etc/audit/rules.d/audit.rules file.
The audit daemon must be restarted for the changes to take effect.
> sudo systemctl restart auditd.service