You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/tasks/configure-pod-container/security-context.md
+4
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ a Pod or Container. Security context settings include:
24
24
25
25
*[Seccomp](https://en.wikipedia.org/wiki/Seccomp): Limit a process's access to open file descriptors.
26
26
27
+
* AllowPrivilegeEscalation: Controls whether a process can gain more privileges than its parent process. This bool directly controls whether the [`no_new_privs`](https://www.kernel.org/doc/Documentation/prctl/no_new_privs.txt) flag gets set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged OR 2) has `CAP_SYS_ADMIN`.
28
+
27
29
For more information about security mechanisms in Linux, see
28
30
[Overview of Linux Kernel Security Features](https://www.linux.com/learn/overview-linux-kernel-security-features)
29
31
@@ -345,6 +347,8 @@ label given to all Containers in the Pod as well as the Volumes.
0 commit comments