Skip to content

Commit

Permalink
Merge pull request kubernetes#390 from jpeeler/seccomp-docs-fix
Browse files Browse the repository at this point in the history
Update seccomp runtime/default to docker/default
  • Loading branch information
sttts authored Mar 2, 2017
2 parents 14db67c + ef36f8c commit 4a015fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/seccomp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a015fc

Please sign in to comment.