mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +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,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