Remove references to apparmor and selinux buildtags for runc
From the runc v1.0.0-rc93 release notes: > The "selinux" and "apparmor" buildtags have been removed, and now all runc > builds will have SELinux and AppArmor support enabled. Note that "seccomp" > is still optional (though we very highly recommend you enable it). Also adding a note about kmem support. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -27,7 +27,7 @@ function install_runc() {
|
||||
git clone https://github.com/opencontainers/runc.git "${TMPROOT}"/runc
|
||||
pushd "${TMPROOT}"/runc
|
||||
git checkout "${RUNC_COMMIT}"
|
||||
make BUILDTAGS='apparmor seccomp selinux' runc
|
||||
make runc
|
||||
make install
|
||||
popd
|
||||
rm -fR "${TMPROOT}"
|
||||
|
Reference in New Issue
Block a user