From 83a9dda47f16f63943f42957d231e0d84a579195 Mon Sep 17 00:00:00 2001 From: Susanne Westphal Date: Tue, 19 Nov 2024 14:04:18 +0000 Subject: [PATCH] Run client container with priviledged rights --- compose.testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.testing.yaml b/compose.testing.yaml index d7544c880..818901d9b 100644 --- a/compose.testing.yaml +++ b/compose.testing.yaml @@ -11,3 +11,4 @@ services: grr-client: image: ghcr.io/google/grr:testing + privileged: true