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 enable auditing of processes that start prior to the audit daemon.

DISA Rule

SV-282387r1200141_rule

Vulnerability Number

V-282387

Group Title

SRG-OS-000037-GPOS-00015

Rule Version

TOSS-05-000097

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Enable auditing of processes that start prior to the audit daemon with the following command:

$ sudo grubby --update-kernel=ALL --args="audit=1"

Add or modify the following line in "/etc/default/grub" to ensure the configuration survives kernel updates:

GRUB_CMDLINE_LINUX="audit=1"

Check Contents

Verify that GRUB 2 is configured to enable auditing of processes that start prior to the audit daemon with the following command:

$ sudo grubby --info=ALL | grep audit

args="ro crashkernel=auto resume=/dev/mapper/rhel-swap rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb quiet fips=1 audit=1 audit_backlog_limit=8192 pti=on

If "audit" is not set to "1" or is missing, this is a finding.

Vulnerability Number

V-282387

Documentable

False

Rule Version

TOSS-05-000097

Severity Override Guidance

Verify that GRUB 2 is configured to enable auditing of processes that start prior to the audit daemon with the following command:

$ sudo grubby --info=ALL | grep audit

args="ro crashkernel=auto resume=/dev/mapper/rhel-swap rd.lvm.lv=rhel/root rd.lvm.lv=rhel/swap rhgb quiet fips=1 audit=1 audit_backlog_limit=8192 pti=on

If "audit" is not set to "1" or is missing, this is a finding.

Check Content Reference

M

Target Key

5738