random: give sysctl_random_min_urandom_seed a more sensible value
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 28 Feb 2022 12:57:57 +0000 (13:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 May 2022 07:27:09 +0000 (09:27 +0200)
commiteca9204717ade4176b175772b65870373f9a4a7f
tree76fe4bbf80f2a2113ca9f659d2c128d2547101e3
parenta12d3e7b695da9fc752336da1492942a64c5a73b
random: give sysctl_random_min_urandom_seed a more sensible value

commit d0efdf35a6a71d307a250199af6fce122a7c7e11 upstream.

This isn't used by anything or anywhere, but we can't delete it due to
compatibility. So at least give it the correct value of what it's
supposed to be instead of a garbage one.

Cc: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/random.c