Skip to content

Commit 0580863

Browse files
authored
Merge pull request #4107 from kolyshkin/dmz-selinux-followup
ci/cirrus: disable selinux-dmz kludge for centos-stream-8
2 parents 2f67370 + 823636c commit 0580863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ task:
160160
sed -e "s,PermitRootLogin.*,PermitRootLogin prohibit-password,g" -i /etc/ssh/sshd_config
161161
systemctl restart sshd
162162
163-
# Disable the dmz-vs-selinux workaround for distros that have container-selinux >= 2.224.0.
163+
# Disable the dmz-vs-selinux workaround for distros that have
164+
# container-selinux >= 2.224.0 (CentOS 7 does not have it).
164165
case $DISTRO in
165-
# TODO: remove centos-stream-8.
166-
centos-7|centos-stream-8)
166+
centos-7)
167167
# Do nothing.
168168
;;
169169
*)

0 commit comments

Comments
 (0)