Skip to content

Commit 86d264c

Browse files
committed
sync
1 parent 21a453f commit 86d264c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wrap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ impl Wrappable for AttachRequest {
840840
debug!("all namespaces joined -- forking child");
841841
fork_and_wait()?;
842842

843-
apply_gid_uid(self.exec.gid, self.exec.uid)?;
843+
apply_gid_uid(self.exec.gid, self.exec.uid, self.exec.supplemental_gids.as_ref())?;
844844

845845
self.exec.execute()
846846
}

0 commit comments

Comments
 (0)