SV-234981r622137_rule
V-234981
SRG-OS-000480-GPOS-00227
SLES-15-030820
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:
> 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 :
> grep -rv "^#" /etc/audit/rules.d/ | grep -i "a task,never"
If any results are returned, this is a finding.
V-234981
False
SLES-15-030820
Verify syscall auditing has not been disabled:
> 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 :
> grep -rv "^#" /etc/audit/rules.d/ | grep -i "a task,never"
If any results are returned, this is a finding.
M
5274