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)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sun, 13 Mar 2022 01:00:56 +0000 (18:00 -0700)
commitd0efdf35a6a71d307a250199af6fce122a7c7e11
treef331b896b79886667184914d0b16a43fe0349649
parent6f98a4bfee72c22f50aedb39fb761567969865fe
random: give sysctl_random_min_urandom_seed a more sensible value

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>
drivers/char/random.c