mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
16 lines
899 B
Plaintext
16 lines
899 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * microshift_storage/understanding-persistent-storage-microshift.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id=microshift-control-permissions-security-context-constraints_{context}]
|
|
= Control permissions with security context constraints
|
|
|
|
You can use security context constraints (SCCs) to control permissions for the pods in your node. These permissions determine the actions that a pod can perform and what resources it can access. You can use SCCs to define a set of conditions that a pod must run with to be accepted into the system.
|
|
|
|
For more information see link:https://docs.openshift.com/container-platform/4.16/authentication/managing-security-context-constraints.html[Managing security context constraints].
|
|
|
|
[IMPORTANT]
|
|
====
|
|
Only RWO volume mounts are supported. SCC could be blocked if pods are not operating with the SCC contexts.
|
|
==== |