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
|
documentation_complete: true
title: 'Ensure nss-tools is installed'
description: |-
{{{ describe_package_install(package="nss-tools") }}}
rationale: |-
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
server applications. Install the <tt>nss-tools</tt> package
to install command-line tools to manipulate the NSS certificate
and key database.
severity: medium
identifiers:
cce@rhel8: CCE-82396-3
cce@rhel9: CCE-89706-6
cce@rhel10: CCE-87829-8
references:
ospp: FMT_SMF_EXT.1
srg: SRG-OS-000480-GPOS-00227
ocil_clause: 'the package is not installed'
ocil: '{{{ ocil_package(package="nss-tools") }}}'
fixtext: '{{{ fixtext_package_installed("nss-tools") }}}'
srg_requirement: '{{{ srg_requirement_package_installed("nss-tools") }}}'
template:
name: package_installed
vars:
pkgname: nss-tools
|