diff --git a/_data/glossary/security-context.yaml b/_data/glossary/security-context.yaml index ad36f04a01..7281a7e6cd 100644 --- a/_data/glossary/security-context.yaml +++ b/_data/glossary/security-context.yaml @@ -1,9 +1,9 @@ id: security-context name: Security Context -full-link: /docs/concepts/security/ +full-link: /docs/tasks/configure-pod-container/security-context/ tags: - security short-description: > - The securityContext field defines privilege and access control settings for a Pod or Container, including the runtime uid and gid. + 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 is used to set the user (runAsUser) and group (fsGroup), capabilities, privilege settings, and security policies (SELinux/AppArmor/Seccomp) that container processes use.