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>
Sat, 25 Jun 2022 09:46:36 +0000 (11:46 +0200)
commitdd9970a9e068a0d44da347803c8eb6e4f9a91cb4
tree15595efb038edaf6fb29a6455579c2f893164291
parent3e3d705c7e9ec31e2716cab4d5343e8ceb30029d
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