From fdffde37ad89ef211d2ad3d2644b15e299a14447 Mon Sep 17 00:00:00 2001 From: Zhen Wang Date: Tue, 27 Mar 2018 16:35:50 -0700 Subject: [PATCH] update docker/default to runtime/default --- contributors/design-proposals/node/seccomp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/node/seccomp.md b/contributors/design-proposals/node/seccomp.md index cce4d0bd0..c2150b314 100644 --- a/contributors/design-proposals/node/seccomp.md +++ b/contributors/design-proposals/node/seccomp.md @@ -197,7 +197,7 @@ profiles to be opaque to kubernetes for now. The following format is scoped as follows: -1. `docker/default` - the default profile for the container runtime, can be +1. `runtime/default` - the default profile for the container runtime, can be overwritten by the following two. 2. `unconfined` - unconfined profile, ie, no seccomp sandboxing 3. `localhost/` - the profile installed to the node's local seccomp profile root