From 866d4763a16f6e4f072736cced0aa830de79abf5 Mon Sep 17 00:00:00 2001
From: Chris Evich <cevich@redhat.com>
Date: Wed, 11 Sep 2019 13:59:31 -0400
Subject: Cirrus: Fix unnecessary setsebool

By mistake this was added to run for the image-building-VM and is not
supported.  Kill it.

Signed-off-by: Chris Evich <cevich@redhat.com>
---
 contrib/cirrus/setup_environment.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'contrib')

diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 7c7659169..c1a01d6ab 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -50,9 +50,7 @@ case "${OS_REL_VER}" in
             bash "$SCRIPT_BASE/add_second_partition.sh"; fi
         ;;
     centos-7)  # Current VM is an image-builder-image no local podman/testing
-	echo "No further setup required for VM image building"
-	# All SELinux distros need this for systemd-in-a-container
-	setsebool container_manage_cgroup true
+        echo "No further setup required for VM image building"
         exit 0
         ;;
     *) bad_os_id_ver ;;
-- 
cgit v1.2.3-54-g00ecf