Document setgroups call caused by std::os::unix::process::CommandExt.uid#90292
Document setgroups call caused by std::os::unix::process::CommandExt.uid#90292Elliot-Roberts wants to merge 1 commit intorust-lang:masterfrom Elliot-Roberts:issue-39186-fix
setgroups call caused by std::os::unix::process::CommandExt.uid#90292Conversation
|
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
setgroupcall 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.