Skip to content

Commit dffb1a3

Browse files
authored
Add additional_gids to the process spec (#28)
1 parent fe6fed7 commit dffb1a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protect/control/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ message ProcessSpec {
133133
bool stdout = 9;
134134
bool stderr = 10;
135135
reserved 11, 12;
136+
repeated int64 additional_gids = 13;
136137
}
137138

138139
message MountSpec {

0 commit comments

Comments
 (0)