mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 16:55:40 +00:00
update: selinux check
This commit is contained in:
parent
82df773be3
commit
bd36e0b59c
@ -26,7 +26,7 @@ ifeq ($(CYG_CHECK),1)
|
|||||||
else
|
else
|
||||||
# all non-windows environments
|
# all non-windows environments
|
||||||
ROOT := $(shell pwd)
|
ROOT := $(shell pwd)
|
||||||
SELINUX := $(shell which sestatus 2>&1 >/dev/null && echo :z)
|
SELINUX := $(shell which getenforce 2>&1 >/dev/null && echo :z)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEV_IMAGE := ${PROJECT}_dev
|
DEV_IMAGE := ${PROJECT}_dev
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user