Skip to content

Commit 11f47e9

Browse files
authored
Merge pull request #48262 from my-git9/pp-18598
[zh-cn]sync linux-kernel-security-constraints
2 parents c17ec5b + 80628e2 commit 11f47e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/zh-cn/docs/concepts/security/linux-kernel-security-constraints.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,16 @@ Kubernetes 还可以为 Pod 和容器设置 `allowPrivilegeEscalation`。当此
157157

158158
<!--
159159
To learn how to implement seccomp in Kubernetes, refer to
160-
[Restrict a Container's Syscalls with seccomp](/docs/tutorials/security/seccomp/).
160+
[Restrict a Container's Syscalls with seccomp](/docs/tutorials/security/seccomp/)
161+
or the [Seccomp node reference](/docs/reference/node/seccomp/)
161162
162163
To learn more about seccomp, see
163164
[Seccomp BPF](https://www.kernel.org/doc/html/latest/userspace-api/seccomp_filter.html)
164165
in the Linux kernel documentation.
165166
-->
166167
要了解如何在 Kubernetes 中实现 seccomp,
167-
请参阅[使用 seccomp 限制容器的系统调用](/zh-cn/docs/tutorials/security/seccomp/)
168+
请参阅[使用 seccomp 限制容器的系统调用](/zh-cn/docs/tutorials/security/seccomp/)
169+
[Seccomp 节点参考](/zh-cn/docs/reference/node/seccomp/)
168170

169171
要了解 seccomp 的更多细节,请参阅 Linux 内核文档中的
170172
[Seccomp BPF](https://www.kernel.org/doc/html/latest/userspace-api/seccomp_filter.html)
@@ -506,7 +508,9 @@ of support that you need. For instructions, refer to
506508
* [Learn how to use AppArmor](/docs/tutorials/security/apparmor/)
507509
* [Learn how to use seccomp](/docs/tutorials/security/seccomp/)
508510
* [Learn how to use SELinux](/docs/tasks/configure-pod-container/security-context/#assign-selinux-labels-to-a-container)
511+
* [Seccomp Node Reference](/docs/reference/node/seccomp/)
509512
-->
510513
* [学习如何使用 AppArmor](/zh-cn/docs/tutorials/security/apparmor/)
511514
* [学习如何使用 seccomp](/zh-cn/docs/tutorials/security/seccomp/)
512515
* [学习如何使用 SELinux](/zh-cn/docs/tasks/configure-pod-container/security-context/#assign-selinux-labels-to-a-container)
516+
* [Seccomp 节点参考](/zh-cn/docs/reference/node/seccomp/)

0 commit comments

Comments
 (0)