SV-261472r996865_rule
V-261472
SRG-OS-000480-GPOS-00227
SLEM-05-654245
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 with the following command:
> 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:
> grep -rv "^#" /etc/audit/rules.d/ | grep -i "a task,never"
If any results are returned, this is a finding.
V-261472
False
SLEM-05-654245
Verify syscall auditing has not been disabled with the following command:
> 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:
> grep -rv "^#" /etc/audit/rules.d/ | grep -i "a task,never"
If any results are returned, this is a finding.
M
5596