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:
Rahil Bhimjiani
2023-09-30 21:53:27 +05:30
parent cc8c28eb7c
commit 229734c10a
2 changed files with 0 additions and 5 deletions

View File

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