pull/3376/head
Peter Lee 2017-04-13 19:19:50 +08:00 committed by Andrew Chen
parent cc122a4cd8
commit d4d64ea35e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ assignees:
title: Security Context
---
A security context defines the operating system security settings (uid, gid, capabilities, SELinux role, etc..) applied to a container. See [security context design](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/security_context.md) for more details.
A security context defines the operating system security settings (uid, gid, capabilities, SELinux role, etc..) applied to a container. See [security context design](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security-context-constraints.md) for more details.
There are two levels of security context: pod level security context, and container level security context.