From bd36e0b59cf93ec3abe3ed1828d1c0642060da8b Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Wed, 10 Apr 2024 08:09:15 -0500 Subject: [PATCH] update: selinux check --- Makefile.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.variables b/Makefile.variables index 167bd935..110cea72 100644 --- a/Makefile.variables +++ b/Makefile.variables @@ -26,7 +26,7 @@ ifeq ($(CYG_CHECK),1) else # all non-windows environments ROOT := $(shell pwd) - SELINUX := $(shell which sestatus 2>&1 >/dev/null && echo :z) + SELINUX := $(shell which getenforce 2>&1 >/dev/null && echo :z) endif DEV_IMAGE := ${PROJECT}_dev