Merge pull request #99 from php-coder/psp_allow_all_caps

Update privileged PSP to allow all capabilities
This commit is contained in:
sebgoa 2017-10-01 00:57:40 +02:00 committed by GitHub
commit 6e12701077
2 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,8 @@ spec:
rule: RunAsAny
volumes:
- '*'
allowedCapabilities:
- '*'
hostPID: true
hostIPC: true
hostNetwork: true

View File

@ -14,6 +14,8 @@ spec:
rule: RunAsAny
volumes:
- '*'
allowedCapabilities:
- '*'
hostPID: true
hostIPC: true
hostNetwork: true