diff --git a/content/en/docs/concepts/security/pod-security-standards.md b/content/en/docs/concepts/security/pod-security-standards.md index 38ce76b16c..8142706fde 100644 --- a/content/en/docs/concepts/security/pod-security-standards.md +++ b/content/en/docs/concepts/security/pod-security-standards.md @@ -209,7 +209,7 @@ well as lower-trust users.The following listed controls should be enforced/disal Privilege Escalation - Privilege escalation (typically via SUID/SGID file permission bits) should not be allowed.
+ Privilege escalation (such as via set-user-ID or set-group-ID file mode) should not be allowed.

Restricted Fields:
spec.containers[*].securityContext.allowPrivilegeEscalation
spec.initContainers[*].securityContext.allowPrivilegeEscalation