From 1716546f882e257d0b92da379aa668fd34cd25ab Mon Sep 17 00:00:00 2001 From: Vyacheslav Semushin Date: Thu, 19 Oct 2017 18:14:10 +0200 Subject: [PATCH] pod-security-policy.md: fix relative links. (#5969) --- docs/concepts/policy/pod-security-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/policy/pod-security-policy.md b/docs/concepts/policy/pod-security-policy.md index 2ea42a4de3..a6748efba4 100644 --- a/docs/concepts/policy/pod-security-policy.md +++ b/docs/concepts/policy/pod-security-policy.md @@ -37,8 +37,8 @@ administrator to control the following: | Configuring allowable supplemental groups | [`supplementalGroups`](#supplementalgroups) | | Allocating an FSGroup that owns the pod's volumes | [`fsGroup`](#fsgroup) | | Requiring the use of a read only root file system | `readOnlyRootFilesystem` | -| Running of a container that allow privilege escalation from its parent | [`allowPrivilegeEscalation`](#allowPrivilegeEscalation) | -| Control whether a process can gain more privileges than its parent process | [`defaultAllowPrivilegeEscalation`](#defaultAllowPrivilegeEscalation) | +| Running of a container that allow privilege escalation from its parent | [`allowPrivilegeEscalation`](#allowprivilegeescalation) | +| Control whether a process can gain more privileges than its parent process | [`defaultAllowPrivilegeEscalation`](#defaultallowprivilegeescalation) | _Pod Security Policies_ are comprised of settings and strategies that control the security features a pod has access to. These settings fall