Red Hat Enterprise Linux 9 • Release: 7 Benchmark Date: 05 Jan 2026

CAT II V-258089 RHEL-09-433010

RHEL 9 fapolicy module must be installed.

Documentable No
Rule ID SV-258089r1045179_rule
CCI References
CCI-001764CCI-001774

The organization must identify authorized software programs and permit execution of authorized software. The process used to identify software programs that are authorized to execute on organizational information systems is commonly referred to as allow listing. Utilizing an allow list provides a configuration management method for allowing the execution of only authorized software. Using only authorized software decreases risk by limiting the number of potential vulnerabilities. Verification of allow listed software occurs prior to execution or at system startup. User home directories/folders may contain information of a sensitive nature. Nonprivileged users should coordinate any sharing of information with an SA through shared resources. RHEL 9 ships with many optional packages. One such package is a file access policy daemon called "fapolicyd". "fapolicyd" is a userspace daemon that determines access rights to files based on attributes of the process and file. It can be used to either blocklist or allow list processes or file access. Proceed with caution with enforcing the use of this daemon. Improper configuration may render the system nonfunctional. The "fapolicyd" API is not namespace aware and can cause issues when launching or running containers. Satisfies: SRG-OS-000370-GPOS-00155, SRG-OS-000368-GPOS-00154

Check Procedure

Verify that RHEL 9 fapolicyd package is installed with the following command:

$ dnf list --installed fapolicyd

Example output:

fapolicyd.x86_64          1.1-103.el9_0

If the "fapolicyd" package is not installed, this is a finding.

Fix Action

The  fapolicyd  package can be installed with the following command:
 
$ sudo dnf install fapolicyd