From ef36f8c19f7b95702f4f72880517c0eecc33bf48 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Wed, 22 Feb 2017 14:40:33 -0500 Subject: Update seccomp runtime/default to docker/default The docs are not in alignment with the code, so if the code below is correct this commit should be merged. https://github.com/kubernetes/kubernetes/blob/59caf07228231c7c78aae66f9c1ad60e2c42fc29/pkg/kubelet/dockertools/docker_manager.go#L1191 https://github.com/kubernetes/kubernetes/blob/59caf07228231c7c78aae66f9c1ad60e2c42fc29/pkg/api/validation/validation.go#L2123 --- contributors/design-proposals/seccomp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/seccomp.md b/contributors/design-proposals/seccomp.md index de00cbc0..794e758c 100644 --- a/contributors/design-proposals/seccomp.md +++ b/contributors/design-proposals/seccomp.md @@ -191,7 +191,7 @@ profiles to be opaque to kubernetes for now. The following format is scoped as follows: -1. `runtime/default` - the default profile for the container runtime +1. `docker/default` - the default profile for the container runtime 2. `unconfined` - unconfined profile, ie, no seccomp sandboxing 3. `localhost/` - the profile installed to the node's local seccomp profile root -- cgit v1.2.3