Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failing to install the selinux policy file under RHEL9.1 with error "Failed to resolve permission audit_write". Checking online SELinux permissions, I found that those classes don't support those permissions. So not sure how it's passing on other distributions like RHEL8.2, maybe being ignored. With this change I can install the policy file in RHEL8.2 and RHEL9.1. Fixes: 84d2723 ("selinux: update policy to reflect non-root and dpdk support") Signed-off-by: Roi Dayan <roid@nvidia.com> Signed-off-by: Aaron Conole <aconole@redhat.com> (cherry picked from commit 2c7e2d5)
- Loading branch information