AlmaLinux OS 9 must have the rsyslog package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-269516 | ALMA-09-052930 | SV-269516r1050399_rule | CCI-001851 | medium |
| Description | ||||
| rsyslogd is a system utility providing support for message logging. Support for both internet and Unix domain sockets enables this utility to support both local and remote logging. Couple this utility with "gnutls" (which is a secure communications library implementing the SSL, TLS, and DTLS protocols), to create a method to securely encrypt and offload auditing. | ||||
| STIG | Date | |||
| CloudLinux AlmaLinux OS 9 Security Technical Implementation Guide | 2025-05-22 | |||
Details
Check Text (C-269516r1050399_chk)
Verify that AlmaLinux OS 9 has the rsyslog package installed with the following command:
$ dnf list --installed rsyslog
rsyslog.x86_64 8.2102.0-113.el9_2.1 @appstream
If the "rsyslog" package is not installed, this is a finding.
Fix Text (F-73448r1048925_fix)
The rsyslog package can be installed with the following command:
$ dnf install rsyslog