Navigation Menu

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

nacl: support mmap #16975

Closed
tv42 opened this issue Sep 3, 2016 · 4 comments
Closed

nacl: support mmap #16975

tv42 opened this issue Sep 3, 2016 · 4 comments

Comments

@tv42
Copy link

tv42 commented Sep 3, 2016

GOOS=nacl seems to implement runtime·mmap in terms of NACL_SYSCALL(SYS_mmap), but not expose a syscall.Mmap (or golang.org/x/sys/unix#Mmap). It'd be great to be able to use mmap even from a sandboxed process.

Use case: boltdb/bolt#571

@minux
Copy link
Member

minux commented Sep 3, 2016 via email

@tv42
Copy link
Author

tv42 commented Sep 3, 2016

@minux The whole point is to cooperate with the thing starting the sandbox; see #7930

@minux
Copy link
Member

minux commented Sep 3, 2016 via email

@quentinmit quentinmit added this to the Go1.8Maybe milestone Sep 6, 2016
@rsc rsc modified the milestones: Unplanned, Go1.8Maybe Sep 30, 2016
@ALTree
Copy link
Member

ALTree commented May 13, 2019

With nacl support being removed in 1.14 (#30439), this seems unlikely to be implemented. Closing here.

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

6 participants