containerd/vendor/github.com/opencontainers
Sebastiaan van Stijn eba94a15c8
pkg/cri/server: remove dependency on libcontainer/apparmor, libcontainer/utils
recent versions of libcontainer/apparmor simplified the AppArmor
check to only check if the host supports AppArmor, but no longer
checks if apparmor_parser is installed, or if we're running
docker-in-docker;

bfb4ea1b1b

> The `apparmor_parser` binary is not really required for a system to run
> AppArmor from a runc perspective. How to apply the profile is more in
> the responsibility of higher level runtimes like Podman and Docker,
> which may do the binary check on their own.

This patch copies the logic from libcontainer/apparmor, and
restores the additional checks.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-12 15:42:25 +01:00
..
go-digest vendor: update containerd/cri, remove "docker/distribution" dependency 2020-05-12 15:00:51 +02:00
image-spec Bump runtime-spec and image-spec to 1.0.1 2017-12-05 23:12:36 -08:00
runc pkg/cri/server: remove dependency on libcontainer/apparmor, libcontainer/utils 2020-11-12 15:42:25 +01:00
runtime-spec update runc to v1.0.0-rc92 2020-08-06 20:31:33 +09:00
selinux update cri to 8448b92d23 2020-07-23 17:11:18 -04:00