mirror of https://github.com/containers/podman.git
Merge pull request #20221 from rahilarious/remove-selinux-tag
remove selinux tag as not needed anymore
This commit is contained in:
commit
a0eb80c4c7
1
Makefile
1
Makefile
|
@ -53,7 +53,6 @@ BUILDTAGS ?= \
|
|||
$(shell hack/apparmor_tag.sh) \
|
||||
$(shell hack/btrfs_installed_tag.sh) \
|
||||
$(shell hack/btrfs_tag.sh) \
|
||||
$(shell hack/selinux_tag.sh) \
|
||||
$(shell hack/systemd_tag.sh) \
|
||||
$(shell hack/libsubid_tag.sh) \
|
||||
exclude_graphdriver_devicemapper \
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
if pkg-config libselinux 2> /dev/null ; then
|
||||
echo selinux
|
||||
fi
|
Loading…
Reference in New Issue