Skip to content

Commit 6a53b19

Browse files
authored
Update apparmor.md
1 parent 277831f commit 6a53b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tutorials/clusters/apparmor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ specifies the profile to apply. The `profile_ref` can be one of: -->
214214
<!-- Kubernetes AppArmor enforcement works by first checking that all the prerequisites have been
215215
met, and then forwarding the profile selection to the container runtime for enforcement. If the
216216
prerequisites have not been met, the Pod will be rejected, and will not run. -->
217-
Kubernetes AppArmor 强制首先通过检查所有先决条件都已满足,然后将配置文件选择转发到容器运行时进行强制。如果未满足先决条件, Pod 将被拒绝,并且不会运行。
217+
Kubernetes AppArmor 强制执行方式首先通过检查所有先决条件都已满足,然后将配置文件选择转发到容器运行时进行强制执行。如果未满足先决条件, Pod 将被拒绝,并且不会运行。
218218

219219
<!-- To verify that the profile was applied, you can look for the AppArmor security option listed in the container created event: -->
220220
要验证是否应用了配置文件,可以查找容器创建事件中列出的 AppArmor 安全选项:

0 commit comments

Comments
 (0)