RHEL 10 must have the "audispd-plugins" package installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-280995 | RHEL-10-200662 | SV-280995r1195383_rule | CCI-001851 | low |
| Description | ||||
| The "audispd-plugins" package provides plugins for the real-time interface to the audit subsystem, "audispd". These plugins can do such things as relay events to remote machines or analyze events for suspicious behavior. | ||||
| STIG | Date | |||
| Red Hat Enterprise Linux 10 Security Technical Implementation Guide | 2026-03-11 | |||
Related Frameworks
2 paths across 2 frameworks
Related Frameworks
NIST 800-531 mapping
AU-4(1)
1.00
- DISA · V1R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-001851
1.00
- DISA · V1R1 · disa_xccdf · related
Details
Check Text (C-280995r1195383_chk)
Verify RHEL 10 has the "audispd-plugins" package installed with the following command:
$ sudo dnf list --installed audispd-plugins
Installed Packages
audispd-plugins.x86_64 4.0.3-1.el10 @rhel-10-for-x86_64-baseos-rpms
If the "audispd-plugins" package is not installed, this is a finding.
Fix Text (F-85461r1165339_fix)
Configure RHEL 10 to have the "audispd-plugins" package installed with the following command:
$ sudo dnf -y install audispd-plugins