kubernetes/pkg/security/podsecuritypolicy
Kubernetes Submit Queue c592a46e16 Merge pull request #28300 from pweil-/psp-seccomp
Automatic merge from submit-queue

Add PSP support for seccomp profiles

Seccomp support for PSP.  There are still a couple of TODOs that need to be fixed but this is passing tests.

One thing of note, since seccomp is all being stored in annotations right now it breaks some of the assumptions we've stated for the provider in terms of mutating the passed in pod.  I've put big warning comments around the pieces that do that to make sure it's clear and covered the rollback in admission if the policy fails to validate.

@sttts @pmorie @erictune @smarterclayton @liggitt
2016-10-18 09:26:09 -07:00
..
apparmor AppArmor PodSecurityPolicy implementation 2016-08-21 23:10:45 -07:00
capabilities Fix misspellings of 'receive' 2016-10-14 14:54:01 +03:00
group Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
seccomp support seccomp in psp 2016-10-17 14:49:02 -04:00
selinux Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
sysctl vet fixes 2016-10-13 21:12:15 -07:00
user Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
util support Azure data disk volume 2016-08-23 13:23:07 +00:00
doc.go Add package docs for pod security policy 2016-07-22 13:35:37 -04:00
factory.go support seccomp in psp 2016-10-17 14:49:02 -04:00
provider.go support seccomp in psp 2016-10-17 14:49:02 -04:00
provider_test.go support seccomp in psp 2016-10-17 14:49:02 -04:00
types.go support seccomp in psp 2016-10-17 14:49:02 -04:00