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 Oracle Linux 9 Security Technical Implementation Guide

V-271511

CAT III (Low)

OL 9 must enable the hardware random number generator entropy gatherer service.

Rule ID

SV-271511r1091245_rule

STIG

Oracle Linux 9 Security Technical Implementation Guide

Version

V1R5

CCIs

CCI-000366

Discussion

The most important characteristic of a random number generator is its randomness, namely its ability to deliver random numbers that are impossible to predict. Entropy in computer security is associated with the unpredictability of a source of randomness. The random source with high entropy tends to achieve a uniform distribution of random values. Random number generators are one of the most important building blocks of cryptosystems. The rngd service feeds random data from hardware device to kernel random device. Quality (nonpredictable) random number generation is important for several security functions (i.e., ciphers).

Check Content

Verify that OL 9 has enabled the hardware random number generator entropy gatherer service with the following command:

$ systemctl is-active rngd
active

If the rngd service is not active, this is a finding.

Fix Text

Install the rng-tools package with the following command:

$ sudo dnf install -y rng-tools

Enable the rngd service run the following command:

$ sudo systemctl enable --now rngd