add CHOWN cap
This commit is contained in:
@@ -9,7 +9,8 @@ allowHostPID: false
|
||||
allowHostPorts: false
|
||||
allowPrivilegeEscalation: true
|
||||
allowPrivilegedContainer: false
|
||||
allowedCapabilities: null
|
||||
allowedCapabilities:
|
||||
- CHOWN
|
||||
defaultAddCapabilities: null
|
||||
fsGroup:
|
||||
type: MustRunAs
|
||||
@@ -36,3 +37,4 @@ volumes:
|
||||
- projected
|
||||
- secret
|
||||
priority: 6 # Higher than restricted-s6 (5) due to hostPath access
|
||||
|
||||
|
||||
Reference in New Issue
Block a user