From d187eae3753a48a8d4e49c24bdb6172f6a1c8cb3 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Thu, 7 May 2026 01:32:24 +0000 Subject: [PATCH] fix priv escalation --- apps/base/customer1/hermes-agent/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/hermes-agent/deployment.yaml b/apps/base/customer1/hermes-agent/deployment.yaml index cdfe4ca..9b9157c 100644 --- a/apps/base/customer1/hermes-agent/deployment.yaml +++ b/apps/base/customer1/hermes-agent/deployment.yaml @@ -168,7 +168,7 @@ spec: memory: 512Mi cpu: "500m" securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: drop: - ALL