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

OL 9 must label all offloaded audit logs before sending them to the central log server.

DISA Rule

SV-271578r1092572_rule

Vulnerability Number

V-271578

Group Title

SRG-OS-000039-GPOS-00017

Rule Version

OL09-00-000755

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure OL 9 to label all offloaded audit logs before sending them to the central log server.

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

name_format = hostname

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

Restart auditd:
$ sudo service auditd restart

Check Contents

Verify that OL 9 Audit Daemon is configured to label all offloaded audit logs, with the following command:

$ sudo grep name_format /etc/audit/auditd.conf
name_format = hostname

If the "name_format" option is not "hostname", "fqd", or "numeric", or the line is commented out, this is a finding.

Vulnerability Number

V-271578

Documentable

False

Rule Version

OL09-00-000755

Severity Override Guidance

Verify that OL 9 Audit Daemon is configured to label all offloaded audit logs, with the following command:

$ sudo grep name_format /etc/audit/auditd.conf
name_format = hostname

If the "name_format" option is not "hostname", "fqd", or "numeric", or the line is commented out, this is a finding.

Check Content Reference

M

Target Key

5680