kubernetes/pkg/security/podsecuritypolicy
Stanislav Laznicka a577b50012
Add "MayRunAs" value among other GroupStrategies
Adds "MayRunAs" value among other group strategies. This strategy
allows to define a certain range of GIDs for FSGroupStrategy and
SupplementalGroupStrategy in a PSP.

This new strategy works similarly to the "MustRunAs" one, except that
when no GID is specified in a pod/container security context then no
GID is generated for the respective containers.

Resolves #56173
2018-09-27 12:47:21 +02:00
..
apparmor Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
capabilities Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
group Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
seccomp Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
selinux Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
sysctl Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
user Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
util Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
BUILD Cleanup PodSecurityPolicy AllowPrivEsc tests 2018-08-31 09:03:21 -07:00
doc.go Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
factory.go Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
OWNERS Add owners for podsecuritypolicy package 2017-11-22 13:17:43 -05:00
provider.go ProcMount: add api options and feature gate 2018-08-30 11:40:02 -04:00
provider_test.go Add "MayRunAs" value among other GroupStrategies 2018-09-27 12:47:21 +02:00
types.go Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00