Skip to content

Commit

Permalink
The SIG list generation tool supports SELinux
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
caleb miles committed Aug 16, 2017
1 parent 0dc8be8 commit 4cf32c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cf32c0

Please sign in to comment.