Skip to content

Commit

Permalink
Merge pull request #4107 from kolyshkin/dmz-selinux-followup
Browse files Browse the repository at this point in the history
ci/cirrus: disable selinux-dmz kludge for centos-stream-8
  • Loading branch information
AkihiroSuda authored Nov 6, 2023
2 parents 2f67370 + 823636c commit 0580863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ task:
sed -e "s,PermitRootLogin.*,PermitRootLogin prohibit-password,g" -i /etc/ssh/sshd_config
systemctl restart sshd
# Disable the dmz-vs-selinux workaround for distros that have container-selinux >= 2.224.0.
# Disable the dmz-vs-selinux workaround for distros that have
# container-selinux >= 2.224.0 (CentOS 7 does not have it).
case $DISTRO in
# TODO: remove centos-stream-8.
centos-7|centos-stream-8)
centos-7)
# Do nothing.
;;
*)
Expand Down

0 comments on commit 0580863

Please sign in to comment.