From 0a830cc9fc3598bf7d63c9a90e4dbc0f3c99854a Mon Sep 17 00:00:00 2001 From: Slava Semushin Date: Tue, 6 Mar 2018 17:43:51 +0100 Subject: [PATCH] docs/concepts/policy/pod-security-policy.md: minor fix. --- docs/concepts/policy/pod-security-policy.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/concepts/policy/pod-security-policy.md b/docs/concepts/policy/pod-security-policy.md index 2c607231f4321..9cba24f2e857d 100644 --- a/docs/concepts/policy/pod-security-policy.md +++ b/docs/concepts/policy/pod-security-policy.md @@ -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.