AlmaLinux OS 9 must have the packages required for encrypting offloaded audit logs installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-269416 | ALMA-09-039620 | SV-269416r1050299_rule | CCI-000803 | medium |
| Description | ||||
| The rsyslog-gnutls package provides Transport Layer Security (TLS) support for the rsyslog daemon, which enables secure remote logging. | ||||
| 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
IA-7
1.00
- DISA · V1R6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-000803
1.00
- DISA · V1R6 · disa_xccdf · related
Details
Check Text (C-269416r1050299_chk)
Verify that the rsyslog-gnutls package is installed with the following command:
$ dnf list --installed rsyslog-gnutls
rsyslog-gnutls.x86_64 8.2102.0-111.el9 @AppStream
If the "rsyslog-gnutls" package is not installed, this is a finding.
Fix Text (F-73348r1048625_fix)
Install the rsyslog-gnutls package with the following command:
$ dnf install rsyslog-gnutls