STIGQter STIGQter: STIG Summary: SLES 12 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The SUSE operating system must not disable syscall auditing.

DISA Rule

SV-217204r646746_rule

Vulnerability Number

V-217204

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

SLES-12-020199

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-217204

Documentable

False

Rule Version

SLES-12-020199

Severity Override Guidance

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.

Check Content Reference

M

Target Key

4033

Comments