AlmaLinux OS 9 must have the packages required for encrypting offloaded audit logs installed.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-269416 | SRG-OS-000120-GPOS-00061 | ALMA-09-039620 | SV-269416r1050299_rule | 2026-02-27 | 1 |
Description
The rsyslog-gnutls package provides Transport Layer Security (TLS) support for the rsyslog daemon, which enables secure remote logging.
ℹ️ Check
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
Install the rsyslog-gnutls package with the following command:
$ dnf install rsyslog-gnutls