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
|
documentation_complete: true
title: 'Install scap-security-guide Package'
description: |-
{{{ describe_package_install(package="scap-security-guide") }}}
rationale: |-
The <tt>scap-security-guide</tt> package provides a guide for configuration of the system
from the final system's security point of view. The guidance is specified in the Security
Content Automation Protocol (SCAP) format and constitutes a catalog of practical hardening
advice, linked to government requirements where applicable. The SCAP Security Guide project
bridges the gap between generalized policy requirements and specific implementation guidelines.
A system administrator can use the <tt>oscap</tt> CLI tool from the <tt>openscap-scanner</tt>
package, or the SCAP Workbench GUI tool from the <tt>scap-workbench</tt> package, to verify
that the system conforms to provided guidelines. Refer to the scap-security-guide(8) manual
page for futher information.
severity: medium
identifiers:
cce@rhel8: CCE-82949-9
cce@rhel9: CCE-83505-8
cce@rhel10: CCE-89689-4
references:
ospp: AGD_PRE.1,AGD_OPE.1
srg: SRG-OS-000480-GPOS-00227
ocil_clause: 'the package is not installed'
ocil: '{{{ ocil_package(package="scap-security-guide") }}}'
fixtext: "{{{ fixtext_package_installed("scap-security-guide") }}}"
srg_requirement: '{{{ srg_requirement_package_installed("scap-security-guide") }}}'
template:
name: package_installed
vars:
pkgname: scap-security-guide
|