mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Allow override of USE_SELINUX from env
This commit is contained in:
parent
035457db63
commit
9844d544d0
@ -7,7 +7,7 @@ IMAGE_TAG?=redox-base
|
||||
CONTAINER_WORKDIR?=/mnt/redox
|
||||
|
||||
## Flag passed to the Podman volumes. :Z can be used only with SELinux
|
||||
USE_SELINUX=1
|
||||
USE_SELINUX?=1
|
||||
ifeq ($(USE_SELINUX),1)
|
||||
PODMAN_VOLUME_FLAG=:Z
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user