2 Installing and Running fapolicyd

Use the dnf command to install fapolicyd from the Oracle Linux 10 AppStream repository.

  1. Check that the repository is enabled.

    Run the following command and ensure that the ol10_appstream repository appears in the output:

    dnf repolist
  2. Install the fapolicyd package.

    Use dnf to install the fapolicyd package:

    sudo dnf install fapolicyd
  3. Enable and start the fapolicyd service.

    Run the following command to start the fapolicyd service and make it start automatically when the system reboots:

    sudo systemctl enable --now fapolicyd