mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
parent
0cef3dfa2a
commit
25411d57c6
@ -1,2 +1,6 @@
|
||||
os_type: rocky
|
||||
os_version: "10.1"
|
||||
overrides:
|
||||
selinux:
|
||||
allowlist:
|
||||
- 'comm="systemd".*denied.*\{ prog_run \}.*tclass=bpf.*permissive=1'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user