Skip to content

Commit 6d8a565

Browse files
authored
[rust/rqd] run_as_user should also set gid (#1776)
1 parent 2a43d49 commit 6d8a565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/crates/rqd/src/frame/running_frame.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ impl RunningFrame {
462462

463463
if self.config.run_as_user {
464464
cmd.uid(self.uid);
465+
cmd.gid(self.gid);
465466
}
466467

467468
trace!("Running {}: {}", self.entrypoint_file_path, cmd_str);

0 commit comments

Comments
 (0)