Files
kubernetes/pkg
Kubernetes Submit Queue a241daf3f2 Merge pull request #33500 from Random-Liu/apparmor-seccomp-cri
Automatic merge from submit-queue

Add seccomp and apparmor support.

This PR adds seccomp and apparmor support in new CRI.

This a WIP because I'm still adding unit test for some of the functions. Sent this PR here for design discussion.

This PR is similar with https://github.com/kubernetes/kubernetes/pull/33450.
The differences are:
* This PR passes seccomp and apparmor configuration via annotations;
* This PR keeps the seccomp handling logic in docker shim because current seccomp implementation is very docker specific, and @timstclair told me that even the json seccomp profile file is defined by docker.

Notice that this PR almost passes related annotations in `api.Pod` to the runtime directly instead of introducing new CRI annotation.

@yujuhong @feiskyer @timstclair
2016-10-03 20:34:13 -07:00
..
2016-09-19 09:57:19 -04:00
2016-10-03 12:46:39 -04:00
2016-09-28 10:53:30 -07:00
2016-10-03 12:46:39 -04:00
2016-08-31 13:46:40 -07:00
2016-08-25 10:57:31 -07:00
2016-09-29 13:52:20 -04:00
2016-09-29 17:35:43 -07:00
2016-08-22 14:18:15 -04:00
2016-09-28 10:53:30 -07:00
2016-09-27 12:44:54 -04:00
2016-09-20 14:47:31 +08:00