From 5cd1746c750800f95b3e21ff1af3aa125b75195d Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Sat, 13 Jul 2024 11:05:16 +0200 Subject: [PATCH] qa: agetty entry in selinux allowlist is redundant now With teuthology.git commit 2edcefaa5da1 ("teuthology/task/selinux: ignore denials in agetty"), it's ignored globally. This effectively reverts commit 7a6389272aff ("qa: ignore container checkpoint/restore related selinux denials for centos9"). Signed-off-by: Ilya Dryomov --- qa/distros/all/centos_9.stream.yaml | 4 ---- qa/distros/podman/centos_9.stream.yaml | 1 - 2 files changed, 5 deletions(-) diff --git a/qa/distros/all/centos_9.stream.yaml b/qa/distros/all/centos_9.stream.yaml index 7fe93afcfa955..52d553bd6397d 100644 --- a/qa/distros/all/centos_9.stream.yaml +++ b/qa/distros/all/centos_9.stream.yaml @@ -1,6 +1,2 @@ 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 c45ae3f1ae3f9..0bc4e2d215c1e 100644 --- a/qa/distros/podman/centos_9.stream.yaml +++ b/qa/distros/podman/centos_9.stream.yaml @@ -4,4 +4,3 @@ overrides: selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - - scontext=system_u:system_r:getty_t:s0 -- 2.39.5