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 audit tools must be group-owned by root.

DISA Rule

SV-282533r1201328_rule

Vulnerability Number

V-282533

Group Title

SRG-OS-000256-GPOS-00097

Rule Version

TOSS-05-000182

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the audit tools to be group-owned by "root" using the following command:

$ sudo chgrp root [audit_tool]

Replace "[audit_tool]" with each audit tool not group-owned by "root".

Check Contents

Verify the audit tools are group owned by "root" using the following command:

$ sudo stat -c "%G %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/autrace /sbin/auditd /sbin/rsyslogd /sbin/augenrules

root /sbin/auditctl
root /sbin/aureport
root /sbin/ausearch
root /sbin/autrace
root /sbin/auditd
root /sbin/rsyslogd
root /sbin/augenrules

If any audit tools do not have a group owner of "root", this is a finding.

Vulnerability Number

V-282533

Documentable

False

Rule Version

TOSS-05-000182

Severity Override Guidance

Verify the audit tools are group owned by "root" using the following command:

$ sudo stat -c "%G %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/autrace /sbin/auditd /sbin/rsyslogd /sbin/augenrules

root /sbin/auditctl
root /sbin/aureport
root /sbin/ausearch
root /sbin/autrace
root /sbin/auditd
root /sbin/rsyslogd
root /sbin/augenrules

If any audit tools do not have a group owner of "root", this is a finding.

Check Content Reference

M

Target Key

5738