diff options
| author | Jeff Peeler <jpeeler@redhat.com> | 2017-02-22 14:40:33 -0500 |
|---|---|---|
| committer | Jeff Peeler <jpeeler@redhat.com> | 2017-02-22 14:44:31 -0500 |
| commit | ef36f8c19f7b95702f4f72880517c0eecc33bf48 (patch) | |
| tree | 088ee16d498b3ec7105151d1d7a31c43a1f8a75d | |
| parent | 8d7254d9be33cba8b1dc8c2f262d87b2ff2d2b0d (diff) | |
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
| -rw-r--r-- | contributors/design-proposals/seccomp.md | 2 |
1 files changed, 1 insertions, 1 deletions
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/<profile-name>` - the profile installed to the node's local seccomp profile root |
