qa: allowlist bpf podman denials on Rocky 10

Rocky Linux 10 logs SELinux AVCs for systemd BPF operations during container startup due to incomplete SELinux policy coverage. These AVCs occur in permissive mode, are reproducible without Ceph, and do not indicate functional failure. Tests should ignore this specific AVC class while continuing to fail on enforced denials.

Signed-off-by: David Galloway <david.galloway@ibm.com>
This commit is contained in:
David Galloway 2026-01-26 12:05:01 -05:00 committed by Casey Bodley
parent 0cef3dfa2a
commit 25411d57c6

View File

@ -1,2 +1,6 @@
os_type: rocky
os_version: "10.1"
overrides:
selinux:
allowlist:
- 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1'