File: rule.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 (54 lines) | stat: -rw-r--r-- 1,508 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
documentation_complete: true

title: 'Ensure rsyslog-gnutls is installed'

description: |-
    TLS protocol support for rsyslog is installed.
    {{% if 'sle' not in product %}}
    {{{ describe_package_install(package="rsyslog-gnutls") }}}
    {{% else %}}
    {{{ describe_package_install(package="rsyslog-module-gtls") }}}
    {{% endif %}}


rationale: |-
    The rsyslog-gnutls package provides Transport Layer Security (TLS) support
    for the rsyslog daemon, which enables secure remote logging.

severity: medium

identifiers:
    cce@rhel8: CCE-82859-0
    cce@rhel9: CCE-83987-8
    cce@rhel10: CCE-89106-9
    cce@sle12: CCE-91512-4
    cce@sle15: CCE-91199-0

references:
    srg: SRG-OS-000480-GPOS-00227,SRG-OS-000120-GPOS-00061
    stigid@ol8: OL08-00-030680

ocil_clause: 'the package is not installed'

{{% if 'sle' not in product %}}
{{{ complete_ocil_entry_package(package="rsyslog-gnutls") }}}
{{% else %}}
{{{ complete_ocil_entry_package(package="rsyslog-module-gtls") }}}
{{% endif %}}

template:
    name: package_installed
    vars:
        pkgname: rsyslog-gnutls
        pkgname@sle12: rsyslog-module-gtls
        pkgname@sle15: rsyslog-module-gtls

fixtext: |-
    {{% if 'sle' not in product %}}
    {{{ describe_package_install(package="rsyslog-gnutls") }}}
    {{% else %}}
    {{{ describe_package_install(package="rsyslog-module-gtls") }}}
    {{% endif %}}

srg_requirement:
  {{{ full_name }}} must have the packages required for encrypting offloaded audit logs installed.