Skip to content

Commit 8dee0cd

Browse files
authored
Correct link title in security-context.md.
The link to an article discussing Docker and SELinux has been replaced with a link to a CRI Plugin configuration guide, which includes configuration items related to AppArmor and SELinux. However the link still has the original title ("Tuning Docker with the newest security enhancements"). This change updates the title to match the title of the current target article.
1 parent f76f8ee commit 8dee0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ kubectl delete pod security-context-demo-4
511511

512512
* [PodSecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podsecuritycontext-v1-core)
513513
* [SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)
514-
* [Tuning Docker with the newest security enhancements](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
514+
* [CRI Plugin Config Guide](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
515515
* [Security Contexts design document](https://git.k8s.io/design-proposals-archive/auth/security_context.md)
516516
* [Ownership Management design document](https://git.k8s.io/design-proposals-archive/storage/volume-ownership-management.md)
517517
* [PodSecurity Admission](/docs/concepts/security/pod-security-admission/)

0 commit comments

Comments
 (0)