Merge pull request #390 from jpeeler/seccomp-docs-fix
Update seccomp runtime/default to docker/default
This commit is contained in:
commit
4a015fc567
|
@ -191,7 +191,7 @@ profiles to be opaque to kubernetes for now.
|
||||||
|
|
||||||
The following format is scoped as follows:
|
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
|
2. `unconfined` - unconfined profile, ie, no seccomp sandboxing
|
||||||
3. `localhost/<profile-name>` - the profile installed to the node's local seccomp profile root
|
3. `localhost/<profile-name>` - the profile installed to the node's local seccomp profile root
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue