1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:07:45 +00:00

Base: Symlink /dev/urandom to /dev/random

Some software expects to find /dev/urandom so we might as well provide.
Gets rid of one dropbear patch. :^)
This commit is contained in:
Andreas Kling 2020-06-08 21:42:33 +02:00
parent 3ee1b3cbd4
commit 5448a670c0
2 changed files with 1 additions and 11 deletions

View file

@ -1,11 +0,0 @@
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -256,7 +256,7 @@
/* Source for randomness. This must be able to provide hundreds of bytes per SSH
* connection without blocking. */
#ifndef DROPBEAR_URANDOM_DEV
-#define DROPBEAR_URANDOM_DEV "/dev/urandom"
+#define DROPBEAR_URANDOM_DEV "/dev/random"
#endif
/* client keyboard interactive authentication is often used for password auth.