mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-09 16:09:07 +00:00
update: selinux check
This commit is contained in:
parent
82df773be3
commit
bd36e0b59c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user