Security Context glossary term

This commit is contained in:
Keith Burdis 2017-12-05 14:59:43 -06:00
parent a904f65fa9
commit e87df7ff49
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ tags:
short-description: >
The securityContext field defines privilege and access control settings for a Pod or Container, including the runtime uid and gid.
long-description: >
The securityContext field in a {% glossary_tooltip term_id="pod" %} (applying to all containers) or Container (just one) is used to set the user (runAsUser) and group (fsGroup), capabilities, privilege settings and security policies (SELinux/AppArmor/Seccomp) that container processes use.
The securityContext field in a {% glossary_tooltip term_id="pod" %} (applying to all containers) or container (just one) is used to set the user (runAsUser) and group (fsGroup), capabilities, privilege settings and security policies (SELinux/AppArmor/Seccomp) that container processes use.