STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 audit system must protect auditing rules from unauthorized change.

DISA Rule

SV-271886r1092370_rule

Vulnerability Number

V-271886

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

OL09-00-008005

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the audit system to set the audit rules to be immutable by adding the following line to end of "/etc/audit/rules.d/audit.rules"

-e 2

The audit daemon must be restarted for the changes to take effect.

$ sudo service auditd restart

Check Contents

Verify that OL 9 audit system configuration prevents unauthorized changes with the following command:

$ sudo grep "^\s*[^#]" /etc/audit/audit.rules | tail -1
-e 2

If the audit system is not set to be immutable by adding the "-e 2" option to the end of "/etc/audit/audit.rules", this is a finding.

Vulnerability Number

V-271886

Documentable

False

Rule Version

OL09-00-008005

Severity Override Guidance

Verify that OL 9 audit system configuration prevents unauthorized changes with the following command:

$ sudo grep "^\s*[^#]" /etc/audit/audit.rules | tail -1
-e 2

If the audit system is not set to be immutable by adding the "-e 2" option to the end of "/etc/audit/audit.rules", this is a finding.

Check Content Reference

M

Target Key

5680