STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

The TOSS audit system must protect auditing rules from unauthorized change.

DISA Rule

SV-252983r958434_rule

Vulnerability Number

V-252983

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

TOSS-04-030180

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 the end of "/etc/audit/rules.d/audit.rules":

-e 2

Note: Once set, the system must be rebooted for auditing to be changed. It is recommended to add this option as the last step in securing the system.

Check Contents

Verify the audit system 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 "/etc/audit/audit.rules", this is a finding.

Vulnerability Number

V-252983

Documentable

False

Rule Version

TOSS-04-030180

Severity Override Guidance

Verify the audit system 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 "/etc/audit/audit.rules", this is a finding.

Check Content Reference

M

Target Key

5469