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

pull/7740/merge
Vyacheslav Semushin 2018-03-20 04:30:00 +01:00 committed by k8s-ci-robot
parent ae1333a3df
commit 86a525dc07
1 changed files with 2 additions and 3 deletions

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.