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

OL 9 must allow only the information system security manager (ISSM) (or individuals or roles appointed by the ISSM) to select which auditable events are to be audited.

DISA Rule

SV-271587r1208723_rule

Vulnerability Number

V-271587

Group Title

SRG-OS-000063-GPOS-00032

Rule Version

OL09-00-000805

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the files in directory "/etc/audit/rules.d/" and the "/etc/audit/auditd.conf" file to have a mode of "0600" with the following commands:

$ sudo chmod 0600 /etc/audit/rules.d/audit.rules
$ sudo chmod 0600 /etc/audit/rules.d/[customrulesfile].rules
$ sudo chmod 0600 /etc/audit/auditd.conf

Check Contents

Verify that OL 9 sets files in directories "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" files to have a mode of "0600" or less permissive with the following command:

$ sudo stat -c "%a %n" /etc/audit/rules.d/*.rules

$ sudo sh -c 'stat -c "%a %n" /etc/audit/rules.d/*.rules'
600 /etc/audit/rules.d/audit.rules

If the files in the "/etc/audit/rules.d/" directory or the "/etc/audit/auditd.conf" file have a mode more permissive than "0600", this is a finding.

Vulnerability Number

V-271587

Documentable

False

Rule Version

OL09-00-000805

Severity Override Guidance

Verify that OL 9 sets files in directories "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" files to have a mode of "0600" or less permissive with the following command:

$ sudo stat -c "%a %n" /etc/audit/rules.d/*.rules

$ sudo sh -c 'stat -c "%a %n" /etc/audit/rules.d/*.rules'
600 /etc/audit/rules.d/audit.rules

If the files in the "/etc/audit/rules.d/" directory or the "/etc/audit/auditd.conf" file have a mode more permissive than "0600", this is a finding.

Check Content Reference

M

Target Key

5680