Merge pull request #99 from php-coder/psp_allow_all_caps
Update privileged PSP to allow all capabilities
This commit is contained in:
commit
6e12701077
|
@ -53,6 +53,8 @@ spec:
|
|||
rule: RunAsAny
|
||||
volumes:
|
||||
- '*'
|
||||
allowedCapabilities:
|
||||
- '*'
|
||||
hostPID: true
|
||||
hostIPC: true
|
||||
hostNetwork: true
|
||||
|
|
|
@ -14,6 +14,8 @@ spec:
|
|||
rule: RunAsAny
|
||||
volumes:
|
||||
- '*'
|
||||
allowedCapabilities:
|
||||
- '*'
|
||||
hostPID: true
|
||||
hostIPC: true
|
||||
hostNetwork: true
|
||||
|
|
Loading…
Reference in New Issue