SV-217204r646746_rule
V-217204
SRG-OS-000480-GPOS-00227
SLES-12-020199
CAT II
10
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
Verify syscall auditing has not been disabled:
> sudo auditctl -l | grep -i "a task,never"
If any results are returned, this is a finding.
Verify the default rule "-a task,never" is not statically defined :
> sudo grep -rv "^#" /etc/audit/rules.d/ | grep -i "a task,never"
If any results are returned, this is a finding.
V-217204
False
SLES-12-020199
Verify syscall auditing has not been disabled:
> sudo auditctl -l | grep -i "a task,never"
If any results are returned, this is a finding.
Verify the default rule "-a task,never" is not statically defined :
> sudo grep -rv "^#" /etc/audit/rules.d/ | grep -i "a task,never"
If any results are returned, this is a finding.
M
4033