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-271521

CAT II (Medium)

OL 9 must have the audispd-plugins package installed.

Rule ID

SV-271521r1091275_rule

STIG

Oracle Linux 9 Security Technical Implementation Guide

Version

V1R5

CCIs

CCI-001851

Discussion

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.

Check Content

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

The audispd-plugins package can be installed with the following command:
 
$ sudo dnf install -y audispd-plugins