About security context constraints
You can use security context constraints (SCCs) to control permissions for pods by defining what actions a pod can perform, what resources it can access, and what conditions it must meet to be accepted into the system.
Security context constraints allow an administrator to control:
-
Whether a pod can run privileged containers with the
allowPrivilegedContainerflag -
Whether a pod is constrained with the
allowPrivilegeEscalationflag -
The capabilities that a container can request
-
The use of host directories as volumes
-
The SELinux context of the container
-
The container user ID
-
The use of host namespaces and networking
-
The allocation of an
FSGroupthat owns the pod volumes -
The configuration of allowable supplemental groups
-
Whether a container requires write access to its root file system
-
The usage of volume types
-
The configuration of allowable
seccompprofiles
|
|
Do not set the |