docs/concepts/policy/pod-security-policy.md: minor fix. (#7659)

This commit is contained in:
Vyacheslav Semushin
2018-03-20 04:30:00 +01:00
committed by k8s-ci-robot
parent ae1333a3df
commit 86a525dc07
+2 -3
View File
@@ -523,9 +523,8 @@ for the default list of capabilities when using the Docker runtime.
### SELinux ### SELinux
- *MustRunAs* - Requires `seLinuxOptions` to be configured if not using - *MustRunAs* - Requires `seLinuxOptions` to be configured. Uses
pre-allocated values. Uses `seLinuxOptions` as the default. Validates against `seLinuxOptions` as the default. Validates against `seLinuxOptions`.
`seLinuxOptions`.
- *RunAsAny* - No default provided. Allows any `seLinuxOptions` to be - *RunAsAny* - No default provided. Allows any `seLinuxOptions` to be
specified. specified.