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
- *MustRunAs* - Requires `seLinuxOptions` to be configured if not using
pre-allocated values. Uses `seLinuxOptions` as the default. Validates against
`seLinuxOptions`.
- *MustRunAs* - Requires `seLinuxOptions` to be configured. Uses
`seLinuxOptions` as the default. Validates against `seLinuxOptions`.
- *RunAsAny* - No default provided. Allows any `seLinuxOptions` to be
specified.