OL 9 must have the audispd-plugins package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-271521 | OL09-00-000450 | SV-271521r1091275_rule | Medium |
| Description |
| audispd-plugins provides plug-ins for the real-time interface to the audit subsystem, audispd. These plug-ins can do things like relay events to remote machines or analyze events for suspicious behavior. |
| STIG | Date |
| Oracle Linux 9 Security Technical Implementation Guide | 2025-05-08 |
Details
| Check Text (C-75571r1091273_chk) |
| Verify that OL 9 has the audispd-plugins package for installed with the following command: $ dnf list --installed audispd-plugins Example output: Installed Packages audispd-plugins.x86_64 3.1.2-2.0.1.el9 @ol9_baseos_latest If the audispd-plugins package is not installed, this is a finding. |
| Fix Text (F-75478r1091274_fix) |
| The audispd-plugins package can be installed with the following command: $ sudo dnf install -y audispd-plugins |