Skip to content

unix: setreuid/setregid #2803

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

Merged
merged 1 commit into from
May 28, 2022
Merged

unix: setreuid/setregid #2803

merged 1 commit into from
May 28, 2022

Conversation

edigaryev
Copy link
Contributor

This adds setreuid() and setregid() on unix.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon.

Please see the contribution instructions for more information.

Copy link
Member

@JohnTitor JohnTitor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks!

@JohnTitor
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented May 28, 2022

📌 Commit fe8575f has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented May 28, 2022

⌛ Testing commit fe8575f with merge 178efa9...

@@ -761,6 +761,8 @@ setpgid
setsid
setsockopt
setuid
setreuid
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: ideally in alphabetical order

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! I'm going to fix once this is merged.

@bors
Copy link
Contributor

bors commented May 28, 2022

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: JohnTitor
Pushing 178efa9 to master...

@bors bors merged commit 178efa9 into rust-lang:master May 28, 2022
bors added a commit that referenced this pull request May 31, 2022
Order `setre{g,u}id` alphabetically

Pointed out in #2803 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants