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: missing ipc, namespace flags and functions on Linux #5968

Closed
gopherbot opened this issue Jul 26, 2013 · 7 comments
Closed

x/sys/unix: missing ipc, namespace flags and functions on Linux #5968

gopherbot opened this issue Jul 26, 2013 · 7 comments

Comments

@gopherbot
Copy link

by mszczepaniak@google.com:

In the syscall package we have the Unshare function, but it lacks flags related to it
(such as CLONE_IPC). Also related to this is the lack of a setns function wrapper.
@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 1:

Labels changed: added priority-later, removed priority-triage.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 2:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 3:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 4:

Labels changed: added repo-main.

@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@tsuna
Copy link
Contributor

tsuna commented Feb 29, 2016

I've put a change up for review to expose the setns system call: http://golang.org/cl/20052 – I believe that's the last thing keeping this issue open, since the CLONE_* flags were added back in https://golang.org/cl/13160043

@gopherbot
Copy link
Author

CL https://golang.org/cl/20053 mentions this issue.

@minux minux changed the title syscall: missing ipc, namespace flags and functions on Linux x/sys/unix: missing ipc, namespace flags and functions on Linux Feb 29, 2016
@gopherbot
Copy link
Author

CL https://golang.org/cl/20054 mentions this issue.

@golang golang locked and limited conversation to collaborators Feb 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants