AlmaLinux OS 9 must periodically flush audit records to disk to prevent the loss of audit records.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-269531 | ALMA-09-054690 | SV-269531r1050414_rule | CCI-000154 | medium |
| Description | ||||
| If option "freq" is not set to a value that requires audit records being written to disk after a threshold number is reached, then audit records may be lost. | ||||
| STIG | Date | |||
| Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide | 2026-02-27 | |||
Related Frameworks
2 paths across 2 frameworks
Related Frameworks
NIST 800-531 mapping
AU-6(4)
1.00
- DISA · V1R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-000154
1.00
- DISA · V1R6 · disa_xccdf · related
Details
Check Text (C-269531r1050414_chk)
Verify that audit system is configured to flush to disk after every 100 records with the following command:
$ grep freq /etc/audit/auditd.conf
freq = 100
If "freq" is not set to a value between "1" and "100", the value is missing, or the line is commented out, this is a finding.
Fix Text (F-73463r1049943_fix)
Configure AlmaLinux OS 9 to flush audit to disk by adding or updating the following rule in "/etc/audit/auditd.conf":
freq = 100
The audit daemon must be restarted for the changes to take effect.