Skip to content

Commit

Permalink
remove selinux tag as not needed anymore
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rahilarious committed Sep 30, 2023
1 parent cc8c28e commit 229734c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 0 additions & 4 deletions hack/selinux_tag.sh

This file was deleted.

0 comments on commit 229734c

Please sign in to comment.