AlmaLinux OS 9 must not have the iprutils package installed.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-269334 | SRG-OS-000095-GPOS-00049 | ALMA-09-028730 | SV-269334r1050216_rule | 2025-05-22 | 1 |
| Description |
|---|
| The iprutils package provides a suite of utilities to manage and configure SCSI devices supported by the ipr SCSI storage device driver. |
| ℹ️ Check |
|---|
| Verify that the iprutils package is not installed with the following command: $ dnf list --installed iprutils Error: No matching Packages to list If the "iprutils" package is installed and is not documented with the information system security officer (ISSO) as an operational requirement, this is a finding. |
| ✔️ Fix |
|---|
| Remove the iprutils package with the following command: $ dnf remove iprutils |