RHEL 10 must write audit records to disk.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-281099RHEL-10-500015SV-281099r1165652_ruleCCI-000163medium
Description
Audit data must be synchronously written to disk to ensure log integrity. This setting ensures that all audit event data is written to disk.
STIGDate
Red Hat Enterprise Linux 10 Security Technical Implementation Guide2026-03-11

Related Frameworks

3 paths across 3 frameworks
NIST 800-531 mapping
AU-9
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.3.8
1.00
  • DISA · V1R1 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
  • NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000163
1.00
  • DISA · V1R1 · disa_xccdf · related

Details

Check Text (C-281099r1165652_chk)

Verify the RHEL 10 audit system is configured to write logs to the disk with the following command: $ sudo grep write_logs /etc/audit/auditd.conf write_logs = yes If "write_logs" does not have a value of "yes", the line is commented out, or the line is missing, this is a finding.

Fix Text (F-85565r1165651_fix)

Configure the RHEL 10 audit system to write log files to the disk. Edit the "/etc/audit/auditd.conf" file and add or update the "write_logs" option to "yes": write_logs = yes Restart the audit daemon with the following command for changes to take effect: $ sudo service auditd restart