Update privileged PSP to allow all capabilities.

This commit is contained in:
Slava Semushin 2017-09-20 15:01:31 +02:00
parent 39d11226a2
commit 01515779be
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