Files
containerd/vendor/github.com
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
..
2020-07-04 14:46:03 -04:00
2019-08-16 16:38:22 -07:00
2020-07-04 14:46:03 -04:00
2020-02-26 10:57:05 +09:00
2019-10-30 17:51:27 +09:00
2020-07-04 14:46:03 -04:00
2019-04-18 19:00:27 +02:00