pod-security-policy.md: fix relative links. (#5969)

pull/5932/merge
Vyacheslav Semushin 2017-10-19 18:14:10 +02:00 committed by Steve Perry
parent 193121ef3e
commit 1716546f88
1 changed files with 2 additions and 2 deletions

View File

@ -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