We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d285b7 commit 52cf2bfCopy full SHA for 52cf2bf
content/zh-cn/docs/concepts/security/pod-security-standards.md
@@ -36,7 +36,7 @@ Pod 安全性标准定义了三种不同的**策略(Policy)**,以广泛覆
36
| Profile | 描述 |
37
| ------ | ----------- |
38
| <strong style="white-space: nowrap">Privileged</strong> | 不受限制的策略,提供最大可能范围的权限许可。此策略允许已知的特权提升。 |
39
-| <strong style="white-space: nowrap">Baseline</strong> | 限制性最弱的策略,禁止已知的策略提升。允许使用默认的(规定最少)Pod 配置。 |
+| <strong style="white-space: nowrap">Baseline</strong> | 限制性最弱的策略,禁止已知的特权提升。允许使用默认的(规定最少)Pod 配置。 |
40
| <strong style="white-space: nowrap">Restricted</strong> | 限制性非常强的策略,遵循当前的保护 Pod 的最佳实践。 |
41
42
<!-- body -->
0 commit comments