Merge pull request #20221 from rahilarious/remove-selinux-tag

remove selinux tag as not needed anymore
This commit is contained in:
OpenShift Merge Robot 2023-10-02 05:40:13 -04:00 committed by GitHub
commit a0eb80c4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -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 \

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
if pkg-config libselinux 2> /dev/null ; then
echo selinux
fi