Skip to content

Commit

Permalink
Update content/en/blog/_posts/2023-04-18-efficient-selinux-relabeling…
Browse files Browse the repository at this point in the history
…-beta.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
jsafrane and sftim committed Apr 14, 2023
1 parent 5b7e267 commit 357e5a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ slug: kubernetes-1-27-efficient-selinux-relabeling-beta

On Linux with Security-Enhanced Linux (SELinux) enabled, it's traditionally
the container runtime that applies SELinux labels to a Pod and all its volumes.
Kubernetes only provides the SELinux label from Pod's Security Context fields
Kubernetes only passes the SELinux label from a Pod's `securityContext` fields
to the container runtime.

The container runtime then recursively changes SELinux label on all files that
Expand Down

0 comments on commit 357e5a6

Please sign in to comment.