diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-08-09 20:22:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-09 20:22:12 +0200 |
commit | efba8044e8eb85d2ea8ee50348ad3207f76c4d16 (patch) | |
tree | 89e78552213c33823ab7d88360ffa66134c844ce /qa | |
parent | Merge PR #58784 into main (diff) | |
parent | qa: agetty entry in selinux allowlist is redundant now (diff) | |
download | ceph-efba8044e8eb85d2ea8ee50348ad3207f76c4d16.tar.xz ceph-efba8044e8eb85d2ea8ee50348ad3207f76c4d16.zip |
Merge pull request #58573 from idryomov/wip-selinux-drop-ignore-agetty
qa: agetty entry in selinux allowlist is redundant now
Reviewed-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'qa')
-rw-r--r-- | qa/distros/all/centos_9.stream.yaml | 4 | ||||
-rw-r--r-- | qa/distros/podman/centos_9.stream.yaml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/qa/distros/all/centos_9.stream.yaml b/qa/distros/all/centos_9.stream.yaml index 7fe93afcfa9..52d553bd639 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 c45ae3f1ae3..0bc4e2d215c 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 |