Skip to content

Commit 27684b7

Browse files
authored
Merge pull request #32565 from vaibhav2107/sec-context
Update the doc regarding outdated info in the link
2 parents ba8e9f1 + fa8872f commit 27684b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ The above bullets are not a complete set of security context settings -- please
4444
[SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core)
4545
for a comprehensive list.
4646

47-
For more information about security mechanisms in Linux, see
48-
[Overview of Linux Kernel Security Features](https://www.linux.com/learn/overview-linux-kernel-security-features)
49-
5047
## {{% heading "prerequisites" %}}
5148

5249
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
@@ -490,3 +487,5 @@ kubectl delete pod security-context-demo-4
490487
* [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/)
491488
* [AllowPrivilegeEscalation design
492489
document](https://git.k8s.io/community/contributors/design-proposals/auth/no-new-privs.md)
490+
* For more information about security mechanisms in Linux, see
491+
[Overview of Linux Kernel Security Features](https://www.linux.com/learn/overview-linux-kernel-security-features) (Note: Some information is out of date)

0 commit comments

Comments
 (0)