Tracking Issue for CommandExt::groups
#90747
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(setgroups)]
This is a tracking issue for
std::os::unix::process::CommandExt::groups
.Sets the supplementary group IDs for the calling process. Translates to a
setgroups
call in the child process.Public API
Steps / History
Unresolved Questions
The text was updated successfully, but these errors were encountered: