From c9226d87ba7081df00d81d3383bba710b190934c Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 24 Jun 2024 07:34:26 +0000 Subject: [PATCH] qa: ignore container checkpoint/restore related selinux denials for centos9 Fixes: http://tracker.ceph.com/issues/66640 Signed-off-by: Venky Shankar (cherry picked from commit 0b52d0f8151207d04678affcf8f235948e716a8e) --- qa/distros/container-hosts/centos_9.stream.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/distros/container-hosts/centos_9.stream.yaml b/qa/distros/container-hosts/centos_9.stream.yaml index 45295bb4a74..a0c509ac781 100644 --- a/qa/distros/container-hosts/centos_9.stream.yaml +++ b/qa/distros/container-hosts/centos_9.stream.yaml @@ -4,6 +4,7 @@ overrides: selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 + - scontext=system_u:system_r:getty_t:s0 tasks: - pexec: -- 2.39.5