1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
srg_requirement: |-
{{{ full_name }}} must have the packages required for encrypting offloaded audit logs installed.
vuldiscussion: |-
The rsyslog-gnutls package provides Transport Layer Security (TLS) support for the rsyslog daemon, which enables secure remote logging.
checktext: |-
Verify that {{{ full_name }}} has the rsyslog-gnutls package installed with the following command:
$ dnf list --installed rsyslog-gnutls
Example output:
rsyslog-gnutls.x86_64 8.2102.0-101.el9_0.1
If the "rsyslog-gnutls" package is not installed, this is a finding.
fixtext: |-
The rsyslog-gnutls package can be installed with the following command:
$ sudo dnf install rsyslog-gnutls
|