File: rule.yml

package info (click to toggle)
scap-security-guide 0.1.65-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 71,936 kB
  • sloc: xml: 179,374; sh: 69,771; python: 23,819; makefile: 23
file content (25 lines) | stat: -rw-r--r-- 630 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
documentation_complete: true

prodtype: opensuse,sle12,sle15

title: 'Remove the OpenSSH Client and Server Package'

description: |-
    The <tt>openssh</tt> package should be removed.
    {{{ describe_package_remove(package="openssh") }}}

rationale: |-
    Without protection of the transmitted information, confidentiality, and
    integrity may be compromised because unprotected communications can be
    intercepted and either read or altered.

severity: medium

ocil_clause: 'the package is installed'

ocil: '{{{ ocil_package(package="openssh") }}}'

template:
    name: package_removed
    vars:
        pkgname: openssh