-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document setgroups
call caused by std::os::unix::process::CommandExt.uid
#90292
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. Please see the contribution instructions for more information. |
r? @joshtriplett perhaps? This likely wants FCP, but I'm also not sure we want to make the guarantee this specific. |
I do think this warrants an FCP. I think if we're going to have behavior this specific (and potentially unexpected), we should document it. @rfcbot merge |
Team member @joshtriplett has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
Is the current behavior the one we want to keep? The specifics I wrote conflict with what #88716 wants. |
I agree that would should document this, however we should first resolve #88716 to decide the actual behavior we want to stabilize. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
triage: |
Closing in favor of #95982 |
Fixes #39186
It's a small change but this is my first time contributing to open source so any feedback is very appreciated.
I also have some questions:
I documented that the
setgroup
call only happens when the parent is root. But this is potentially not the desired behavior, as described in #88716.What more needs to happen decision-wise for that? Does #88716 remaining open mean that it is an approved and wanted change? I could fix that issue in this PR too if that would be ok.