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

missing getrandom() #989

Closed
nyh opened this issue Aug 14, 2018 · 0 comments
Closed

missing getrandom() #989

nyh opened this issue Aug 14, 2018 · 0 comments

Comments

@nyh
Copy link
Contributor

nyh commented Aug 14, 2018

getrandom() is missing and should be fairly straightforward to implement using /dev/random and /dev/urandom which we already support. We should also add the "getrandom" system call to linux.cc.

@wkozaczuk reported on the mailing list that Python 3.6 and above need getrandom(), while Python 3.5 use the getrandom syscall().

@nyh nyh closed this as completed in 8853866 Aug 15, 2018
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

1 participant