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
|
||||
allowHostPID: false
|
||||
allowHostPorts: false
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
allowPrivilegeEscalation: true
|
||||
|
||||
allowPrivilegedContainer: false
|
||||
allowedCapabilities:
|
||||
- NET_BIND_SERVICE
|
||||
|
|
Loading…
Reference in a new issue