mirror of https://github.com/containers/podman.git
Merge pull request #21944 from Luap99/Make-podman-label
Makefile: podman should have correct selinux label
This commit is contained in:
commit
722807a44c
1
Makefile
1
Makefile
|
|
@ -355,6 +355,7 @@ endif
|
|||
$(GO_LDFLAGS) '$(LDFLAGS_PODMAN)' \
|
||||
-tags "$(BUILDTAGS)" \
|
||||
-o $@ ./cmd/podman
|
||||
test -z "${SELINUXOPT}" || chcon -t container_runtime_exec_t $@
|
||||
|
||||
# Disambiguate Linux vs Darwin/Windows platform binaries under distinct "bin" dirs
|
||||
$(SRCBINDIR):
|
||||
|
|
|
|||
Loading…
Reference in New Issue