mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
remove selinux tag as not needed anymore
I'm not sure about apparmor tag. Atleast runc isn't using it anymore. "apparmor (since runc v1.0.0-rc93 the feature is always enabled)" from https://github.com/opencontainers/runc containers-common still seems to check for apparmor, so not touching it for now. Signed-off-by: Rahil Bhimjiani <rahil3108@gmail.com>
This commit is contained in:
1
Makefile
1
Makefile
@ -53,7 +53,6 @@ BUILDTAGS ?= \
|
|||||||
$(shell hack/apparmor_tag.sh) \
|
$(shell hack/apparmor_tag.sh) \
|
||||||
$(shell hack/btrfs_installed_tag.sh) \
|
$(shell hack/btrfs_installed_tag.sh) \
|
||||||
$(shell hack/btrfs_tag.sh) \
|
$(shell hack/btrfs_tag.sh) \
|
||||||
$(shell hack/selinux_tag.sh) \
|
|
||||||
$(shell hack/systemd_tag.sh) \
|
$(shell hack/systemd_tag.sh) \
|
||||||
$(shell hack/libsubid_tag.sh) \
|
$(shell hack/libsubid_tag.sh) \
|
||||||
exclude_graphdriver_devicemapper \
|
exclude_graphdriver_devicemapper \
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
if pkg-config libselinux 2> /dev/null ; then
|
|
||||||
echo selinux
|
|
||||||
fi
|
|
Reference in New Issue
Block a user