Christian Heimes added the comment:

Did you open a bug with your vendor, too? QNAP is clearly violating Kernel 
APIs. getrandom() is not suppose to fail with EPERM. Valid errnos are EINVAL, 
EFAULT, EAGAIN and EINTR. http://man7.org/linux/man-pages/man2/getrandom.2.html

----------
nosy: +christian.heimes, haypo
versions: +Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to