[Python-Dev] RNG in the core

Victor Stinner victor.stinner at gmail.com
Wed Jan 4 04:30:06 CET 2012


> (or is /dev/urandom still available in a chroot?)

Last time that I played with chroot, I "binded" /dev and /proc. Many
programs rely on specific devices like /dev/null.

Python should not refuse to start if /dev/urandom (or CryptoGen) is
missing or cannot be used, but should use a weak fallback.

Victor


More information about the Python-Dev mailing list