summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcaleb miles <caleb.miles@coreos.com>2017-08-15 17:45:47 -0700
committercaleb miles <caleb.miles@coreos.com>2017-08-15 17:58:46 -0700
commit4cf32c0472398f702a649851b1a82325dd93ac41 (patch)
tree778df782621da657fa6a3cde2e36a555b7bc797a /Makefile
parent0dc8be84360fc2b9b2873a01b4b3250b5154162a (diff)
The SIG list generation tool supports SELinux
According to the [Docker documentation](https://docs.docker.com/engine/admin/volumes/bind-mounts/#configure-the-selinux-label) additional options are required for bind mounts on systems where SELinux is enabled.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c5a8975..16fcae9a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ build-image:
docker build -q -t $(IMAGE_NAME) -f generator/Dockerfile generator
generate: build-image
- docker run --rm -e WG -e SIG -v $(shell pwd):/go/src/app/generated $(IMAGE_NAME) app
+ docker run --rm -e WG -e SIG -v $(shell pwd):/go/src/app/generated:Z $(IMAGE_NAME) app
verify:
@hack/verify.sh