update: selinux check

This commit is contained in:
Cory Latschkowski 2024-04-10 08:09:15 -05:00
parent 82df773be3
commit bd36e0b59c

View File

@ -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