-
Notifications
You must be signed in to change notification settings - Fork 720
Support for no-change of parameters of setresuid and setresgid #1009
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
base: master
Are you sure you want to change the base?
Conversation
CHANGELOG.md
Outdated
| - Added `symlinkat` wrapper. | ||
| ([#997](https://github.com/nix-rust/nix/pull/997)) | ||
| - Support for no-change of parameters of `setresuid` and `setresgid` wrapper | ||
| ([#931](https://github.com/nix-rust/nix/issues/931)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to the pull request, not the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed... So used to linking to the issue.
778b302 to
a2d718b
Compare
|
I'm not sure why your test is segfaulting in QEMU. Can you look into it? |
|
I can't figure it out as well atm. It seems to work fine on my virtualbox linux distro. It also seems to work fine with a variety of different machines. Perhaps you could help? |
|
Are you using Linux? If so, why don't you try running the test locally using qemu. If it still segfaults, then try writing a C program that uses setresgid and see if that segfaults under qemu too. |
|
I am trying, but running into a qemu issue with osx. Apparently, osx is not backward compatible, again. |
…st#1009 - Fixes nix-rust#931 - test setresgid/setresuid with None
…st#1009 - Fixes nix-rust#931 - test setresgid/setresuid with None
…st#1009 - Fixes nix-rust#931 - test setresgid/setresuid with None
Fixes #931