STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 must produce audit records containing information to establish the identity of any individual or process associated with the event.

DISA Rule

SV-271593r1092580_rule

Vulnerability Number

V-271593

Group Title

SRG-OS-000255-GPOS-00096

Rule Version

OL09-00-000835

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure OL 9 to produce audit records containing information to establish the identity of any individual or process associated with the event.

Edit the /etc/audit/auditd.conf file and add or update the "log_format" option:

log_format = ENRICHED

The audit daemon must be restarted for changes to take effect.

Restart auditd:
$ sudo service auditd restart

Check Contents

Verify that OL 9 audit system is configured to resolve audit information before writing to disk, with the following command:

$ sudo grep log_format /etc/audit/auditd.conf
log_format = ENRICHED

If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.

Vulnerability Number

V-271593

Documentable

False

Rule Version

OL09-00-000835

Severity Override Guidance

Verify that OL 9 audit system is configured to resolve audit information before writing to disk, with the following command:

$ sudo grep log_format /etc/audit/auditd.conf
log_format = ENRICHED

If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.

Check Content Reference

M

Target Key

5680