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:29:10 +0000 (09:29 +0200)
commite4e1600a674fc5b4fabaa578d8854db96fcc28dd
tree05cc9c1de8e042a2d7ad64dced0d08283b11c0d0
parent2c60d7f38d640e5d01553218eaf4163a1089e6e2
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