From ea57dbcf6fe0deed169288d13d136338b46ed80a Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Thu, 2 Apr 2026 12:21:54 -0400 Subject: [PATCH] Add `additional_gids` to the process spec --- protect/control/v1/common.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protect/control/v1/common.proto b/protect/control/v1/common.proto index c213140..a420294 100644 --- a/protect/control/v1/common.proto +++ b/protect/control/v1/common.proto @@ -133,6 +133,7 @@ message ProcessSpec { bool stdout = 9; bool stderr = 10; reserved 11, 12; + repeated int64 additional_gids = 13; } message MountSpec {