[issue27955] getrandom() syscall returning EPERM make the system unusable.

iwings report at bugs.python.org
Mon Sep 5 11:50:30 EDT 2016


iwings added the comment:

I did not report this to QNAP yet. but there's already a thread on their forum.
https://forum.qnap.com/viewtopic.php?t=124650 (registration required)

- ENOSYS is not listed in that man page, but it occurs.
- EPERM is not listed in that man page, but it can be returned if seccomp filters getrandom() syscall for example.

So preparing for these return values are meaningful not only for QNAP users.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27955>
_______________________________________


More information about the Python-bugs-list mailing list