Skip to content

Commit 21f7528

Browse files
committed
Update the Seccomp link.
1 parent 3f5a3fe commit 21f7528

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
@@ -24,7 +24,7 @@ a Pod or Container. Security context settings include, but are not limited to:
2424

2525
* [AppArmor](/docs/tutorials/clusters/apparmor/): Use program profiles to restrict the capabilities of individual programs.
2626

27-
* [Seccomp](https://en.wikipedia.org/wiki/Seccomp): Filter a process's system calls.
27+
* [Seccomp](/docs/tutorials/clusters/seccomp/): Filter a process's system calls.
2828

2929
* AllowPrivilegeEscalation: Controls whether a process can gain more privileges than its parent process. This bool directly controls whether the [`no_new_privs`](https://www.kernel.org/doc/Documentation/prctl/no_new_privs.txt) flag gets set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged OR 2) has `CAP_SYS_ADMIN`.
3030

0 commit comments

Comments
 (0)