XenitAB / gatekeeper-library

Collection of OPA Gatekeeper policies that can be used in your Kubernetes cluster.
MIT License
14 stars 7 forks source link

Add seccomp RuntimeDefault #68

Closed NissesSenap closed 2 years ago

NissesSenap commented 2 years ago

Using pathTest, make sure to only set RuntimeDefault unless something else is defined. For now we are okay with that value being anything. Fixes https://github.com/XenitAB/gatekeeper-library/issues/63

NissesSenap commented 2 years ago

Wait to merge this PR until we have had time to write docs about it. It might create issues for our users and they should have a decent chance of actually disabling it if the off chance that they need to.