From bbee94a41f006683cac9ced14d51ce227ab9c657 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) Conflicts: qa/distros/container-hosts/centos_9.stream.yaml --- 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 b8e82859fc606..78c5058564e6f 100644 --- a/qa/distros/container-hosts/centos_9.stream.yaml +++ b/qa/distros/container-hosts/centos_9.stream.yaml @@ -4,3 +4,4 @@ overrides: selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 + - scontext=system_u:system_r:getty_t:s0 -- 2.39.5