lighttpd: do not block on getrandom syscall
- Jan 03, 2017
-
-
Jan Čermák authored
Sometimes the nonblocking entropy pool is not initialized soon enough, causing the getrandom syscall to block even if it is using the urandom pool. The patch entirely disables using the methods using getrandom syscall. The code falls back to using /dev/urandom char device, which should have enough entropy (even though the kernel thinks otherwise) thanks to the urandom feeding from ATSHA204 in /etc/init.d/boot
Unverifiedfd61d836
-