OL 9 must have the packages required for encrypting offloaded audit logs installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-271510 | OL09-00-000355 | SV-271510r1091242_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 | |||
| Oracle Linux 9 Security Technical Implementation Guide | 2025-05-08 | |||
Details
Check Text (C-271510r1091242_chk)
Verify that OL 9 has the rsyslog-gnutls package installed with the following command:
$ dnf list --installed rsyslog-gnutls
Installed Packages
rsyslog-gnutls.x86_64 8.2310.0-4.el9 @AppStream
If the rsyslog-gnutls package is not installed, this is a finding.
Fix Text (F-75467r1091241_fix)
Install the rsyslog-gnutls package with the following command:
$ sudo dnf install -y rsyslog-gnutls