Skip to content
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

x/sys/unix: Seteuid/Setegid for linux #9218

Open
gopherbot opened this issue Dec 7, 2014 · 3 comments
Open

x/sys/unix: Seteuid/Setegid for linux #9218

gopherbot opened this issue Dec 7, 2014 · 3 comments
Milestone

Comments

@gopherbot
Copy link

by dustin@criticalstack.com:

Missing syscall.Seteuid/Setegid for linux_amd64 and linux_386 syscall packages.
@minux
Copy link
Member

minux commented Dec 8, 2014

Comment 1:

see also issue #1435.

@gopherbot gopherbot added the new label Dec 8, 2014
@bradfitz bradfitz removed the new label Dec 18, 2014
@mikioh mikioh changed the title syscall.Seteuid/Setegid for syscall_linux_amd64 syscall: Seteuid/Setegid for linux Dec 20, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@tklauser
Copy link
Member

The syscall package is locked down, but the functions may be added to the x/sys/unix package.

@tklauser tklauser changed the title syscall: Seteuid/Setegid for linux x/sys/unix: Seteuid/Setegid for linux Nov 22, 2017
@kawasin73
Copy link

There is unix.Setreuid() which can be the alternative for syscall.Seteuid(). However it does not call setreuid(2) for all threads in the process but only for the caller thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants