From 85af131c883620e6cd1942e125fe11b81db9b7f7 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Sat, 9 May 2026 20:16:36 +0200 Subject: [PATCH] fix: Set less strict securityContext for slskd --- k8s-wheatley/qbittorrent/deployments.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index 132fd69..01f61ff 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -136,12 +136,14 @@ spec: securityContext: seccompProfile: type: RuntimeDefault - runAsUser: 1000 - runAsGroup: 1000 allowPrivilegeEscalation: false capabilities: drop: - "ALL" + add: + - "CHOWN" + - "SETUID" + - "SETGID" - name: unpackerr image: golift/unpackerr imagePullPolicy: IfNotPresent