fixed allowPrivilegeEscalation
This commit is contained in:
parent
2d7b1efa44
commit
1ff4b682a5
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ allowHostIPC: false
|
||||||
allowHostNetwork: false
|
allowHostNetwork: false
|
||||||
allowHostPID: false
|
allowHostPID: false
|
||||||
allowHostPorts: false
|
allowHostPorts: false
|
||||||
allowPrivilegeEscalation: false
|
|
||||||
|
allowPrivilegeEscalation: true
|
||||||
|
|
||||||
allowPrivilegedContainer: false
|
allowPrivilegedContainer: false
|
||||||
allowedCapabilities:
|
allowedCapabilities:
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
|
|
Loading…
Reference in a new issue