Skip to content

Commit 5a59f17

Browse files
committed
[zh-cn]sync security-context.md
Signed-off-by: xin.li <[email protected]>
1 parent 7202735 commit 5a59f17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ a Pod or Container. Security context settings include, but are not limited to:
2929
3030
* [Linux Capabilities](https://linux-audit.com/linux-capabilities-hardening-linux-binaries-by-removing-setuid/):
3131
Give a process some privileges, but not all the privileges of the root user.
32-
3332
-->
3433
安全上下文(Security Context)定义 Pod 或 Container 的特权与访问控制设置。
3534
安全上下文包括但不限于:
@@ -472,7 +471,7 @@ kubectl get pod security-context-demo -o yaml
472471
```
473472

474473
<!--
475-
You can see that the `status.containerStatuses[].user.linux` field exposes the process identitiy
474+
You can see that the `status.containerStatuses[].user.linux` field exposes the process identity
476475
attached to the first container process.
477476
-->
478477
你可以看到 `status.containerStatuses[].user.linux` 字段暴露了挂接到第一个容器进程的进程身份。

0 commit comments

Comments
 (0)