File: rule.yml

package info (click to toggle)
scap-security-guide 0.1.76-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 110,644 kB
  • sloc: xml: 241,883; sh: 73,777; python: 32,527; makefile: 27
file content (36 lines) | stat: -rw-r--r-- 961 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
documentation_complete: true


title: 'Install audispd-plugins Package'

description: |-
    {{{ describe_package_install(package="audispd-plugins") }}}

rationale: |-
    <tt>audispd-plugins</tt> provides plugins for the real-time interface to the
    audit subsystem, <tt>audispd</tt>. These plugins can do things like relay events
    to remote machines or analyze events for suspicious behavior.

severity: medium

identifiers:
    cce@rhel8: CCE-82953-1
    cce@rhel9: CCE-83648-6
    cce@rhel10: CCE-88547-5

references:
    disa: CCI-001851
    srg: SRG-OS-000342-GPOS-00133

ocil_clause: 'the package is not installed'

ocil: '{{{ ocil_package(package="audispd-plugins") }}}'

fixtext: '{{{ fixtext_package_installed("audispd-plugins") }}}'

template:
    name: package_installed
    vars:
        pkgname: audispd-plugins

srg_requirement: "{{{ full_name }}} must off-load audit records onto a different system or media from the system being audited."