Skip to content

Commit 0a861ca

Browse files
committed
use traditional UNIX language
Refer to the 02000 and 04000 bits in file permissions as "set-user-ID mode" and "set-group-ID mode", as the UNIX manuals have done since 4th edition per suggestion by sftim
1 parent aa8e0d6 commit 0a861ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/pod-security-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ well as lower-trust users.The following listed controls should be enforced/disal
209209
<tr>
210210
<td>Privilege Escalation</td>
211211
<td>
212-
Privilege escalation (typically via SUID/SGID file permission bits) should not be allowed.<br>
212+
Privilege escalation (such as via set-user-ID or set-group-ID file mode) should not be allowed.<br>
213213
<br><b>Restricted Fields:</b><br>
214214
spec.containers[*].securityContext.allowPrivilegeEscalation<br>
215215
spec.initContainers[*].securityContext.allowPrivilegeEscalation<br>

0 commit comments

Comments
 (0)