STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance Photon OS 4.0 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 01 Jul 2026:

The Photon operating system must immediately notify the SA and ISSO when allocated audit record storage volume reaches 75 percent of the repository maximum audit record storage capacity.

DISA Rule

SV-258845r971542_rule

Vulnerability Number

V-258845

Group Title

SRG-OS-000343-GPOS-00134

Rule Version

PHTN-40-000112

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open:

/etc/audit/auditd.conf

Ensure the "space_left" and "space_left_action" lines are uncommented and set to the following:

space_left = 25%
space_left_action = SYSLOG

At the command line, run the following command:

# pkill -SIGHUP auditd

Check Contents

At the command line, run the following command to verify auditd is alerting when low disk space is detected:

# grep '^space_left' /etc/audit/auditd.conf

Expected result:

space_left = 25%
space_left_action = SYSLOG

If the output does not match the expected result, this is a finding.

Vulnerability Number

V-258845

Documentable

False

Rule Version

PHTN-40-000112

Severity Override Guidance

At the command line, run the following command to verify auditd is alerting when low disk space is detected:

# grep '^space_left' /etc/audit/auditd.conf

Expected result:

space_left = 25%
space_left_action = SYSLOG

If the output does not match the expected result, this is a finding.

Check Content Reference

M

Target Key

5569