STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

TOSS 5 must allow only the information system security manager (ISSM) (or individuals or roles appointed by the ISSM) to select which auditable events are to be audited.

DISA Rule

SV-282440r1200300_rule

Vulnerability Number

V-282440

Group Title

SRG-OS-000063-GPOS-00032

Rule Version

TOSS-05-000406

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the files in directory "/etc/audit/rules.d/" and the "/etc/audit/auditd.conf" file to have a mode of "0640" with the following commands:

$ sudo chmod 0640 /etc/audit/rules.d/audit.rules
$ sudo chmod 0640 /etc/audit/rules.d/[customrulesfile].rules
$ sudo chmod 0640 /etc/audit/auditd.conf

Check Contents

Verify the files in directory "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" file have a mode of "0640" or less permissive using the following command:

# stat -c "%a %n" /etc/audit/rules.d/*.rules

640 /etc/audit/rules.d/audit.rules

If the files in the "/etc/audit/rules.d/" directory or the "/etc/audit/auditd.conf" file have a mode more permissive than "0640", this is a finding.

Vulnerability Number

V-282440

Documentable

False

Rule Version

TOSS-05-000406

Severity Override Guidance

Verify the files in directory "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" file have a mode of "0640" or less permissive using the following command:

# stat -c "%a %n" /etc/audit/rules.d/*.rules

640 /etc/audit/rules.d/audit.rules

If the files in the "/etc/audit/rules.d/" directory or the "/etc/audit/auditd.conf" file have a mode more permissive than "0640", this is a finding.

Check Content Reference

M

Target Key

5738