STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

V-269298

CAT II (Medium)

AlmaLinux OS 9 must have the rng-tools package installed.

Rule ID

SV-269298r1050180_rule

STIG

Cloud Linux AlmaLinux OS 9 Security Technical Implementation Guide

Version

V1R6

CCIs

CCI-000366

Discussion

"rng-tools" provides hardware random number generator tools, such as those used in the formation of x509/PKI certificates.

Check Content

Verify that AlmaLinux OS 9 has the rng-tools package installed with the following command:

$ dnf list --installed rng-tools

rng-tools.x86_64         6.15-3.el9                              @baseos

If the "rng-tools" package is not installed, this is a finding.

Fix Text

The rng-tools package can be installed with the following command:
 
$ dnf install rng-tools