File: shared.yml

package info (click to toggle)
scap-security-guide 0.1.78-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 114,600 kB
  • sloc: xml: 245,305; sh: 84,381; python: 33,093; makefile: 27
file content (25 lines) | stat: -rw-r--r-- 726 bytes parent folder | download
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