From: Venky Shankar Date: Mon, 4 Mar 2024 01:15:11 +0000 (+0530) Subject: qa: ignore container checkpoint/restore related selinux denials for centos9 X-Git-Tag: testing/wip-batrick-testing-20240411.154038~284^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a6389272affd04aab9ea88352ac0791dc472480;p=ceph-ci.git qa: ignore container checkpoint/restore related selinux denials for centos9 Fixes: http://tracker.ceph.com/issues/64616 Signed-off-by: Venky Shankar --- diff --git a/qa/distros/all/centos_9.stream.yaml b/qa/distros/all/centos_9.stream.yaml index 52d553bd639..7fe93afcfa9 100644 --- a/qa/distros/all/centos_9.stream.yaml +++ b/qa/distros/all/centos_9.stream.yaml @@ -1,2 +1,6 @@ os_type: centos os_version: "9.stream" +overrides: + selinux: + allowlist: + - scontext=system_u:system_r:getty_t:s0 diff --git a/qa/distros/podman/centos_9.stream.yaml b/qa/distros/podman/centos_9.stream.yaml index de05533cea8..c45ae3f1ae3 100644 --- a/qa/distros/podman/centos_9.stream.yaml +++ b/qa/distros/podman/centos_9.stream.yaml @@ -4,4 +4,4 @@ overrides: selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - + - scontext=system_u:system_r:getty_t:s0