TOSS 5 must have the rng-tools package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-282638 | TOSS-05-000131 | SV-282638r1200894_rule | CCI-000366 | medium |
| Description | ||||
| "rng-tools" provides hardware random number generator tools, such as those used in the formation of x509/PKI certificates. | ||||
| STIG | Date | |||
| Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide | 2026-04-01 | |||
Details
Check Text (C-282638r1200894_chk)
Verify TOSS 5 has the "rng-tools" package installed using the following command:
$ sudo dnf list --installed rng-tools
Example output:
rng-tools.x86_64 6.14-2.git.b2b7934e.el9
If the "rng-tools" package is not installed, this is a finding.
Fix Text (F-87104r1200893_fix)
Install the "rng-tools" package using the following command:
$ sudo dnf install rng-tools