RHEL 9 must have the USBGuard package installed.
An XCCDF Rule
Description
The USBguard-daemon is the main component of the USBGuard software framework. It runs as a service in the background and enforces the USB device authorization policy for all USB devices. The policy is defined by a set of rules using a rule language described in the usbguard-rules.conf file. The policy and the authorization state of USB devices can be modified during runtime using the usbguard tool. The system administrator (SA) must work with the site information system security officer (ISSO) to determine a list of authorized peripherals and establish rules within the USBGuard software framework to allow only authorized devices.
- ID
- SV-258035r1045125_rule
- Version
- RHEL-09-291015
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Install the usbguard package with the following command:
$ sudo dnf install usbguard
Enable the service to start on boot and then start it with the following commands:
$ sudo systemctl enable usbguard