STIGQter STIGQter: STIG Summary: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

Ubuntu 22.04 LTS must immediately notify the system administrator (SA) and information system security officer (ISSO) when the audit record storage volume reaches 25 percent remaining of the allocated capacity.

DISA Rule

SV-260596r971542_rule

Vulnerability Number

V-260596

Group Title

SRG-OS-000343-GPOS-00134

Rule Version

UBTU-22-653040

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu 22.04 LTS to notify the SA and ISSO when the audit record storage volume reaches 25 percent remaining of the allocated capacity.

Add or modify the following lines in the "/etc/audit/auditd.conf " file:

space_left = 25%
space_left_action = email

Restart the "auditd" service for the changes to take effect:

$ sudo systemctl restart auditd.service

Note: If the "space_left_action" parameter is set to "exec", ensure the command being executed notifies the SA and ISSO.

Check Contents

Verify Ubuntu 22.04 LTS is configured to notify the SA and ISSO when the audit record storage volume reaches 25 percent remaining of the allocated capacity by using the following command:

$ sudo grep -i space_left /etc/audit/auditd.conf
space_left = 25%
space_left_action = email

If "space_left" is set to a value less than "25%", is commented out, or is missing, this is a finding.

If "space_left_action" is not set to "email", is commented out, or is missing, this is a finding.

Note: If the "space_left_action" is set to "exec", the system executes a designated script. If this script informs the SA of the event, this is not a finding.

Vulnerability Number

V-260596

Documentable

False

Rule Version

UBTU-22-653040

Severity Override Guidance

Verify Ubuntu 22.04 LTS is configured to notify the SA and ISSO when the audit record storage volume reaches 25 percent remaining of the allocated capacity by using the following command:

$ sudo grep -i space_left /etc/audit/auditd.conf
space_left = 25%
space_left_action = email

If "space_left" is set to a value less than "25%", is commented out, or is missing, this is a finding.

If "space_left_action" is not set to "email", is commented out, or is missing, this is a finding.

Note: If the "space_left_action" is set to "exec", the system executes a designated script. If this script informs the SA of the event, this is not a finding.

Check Content Reference

M

Target Key

5594