kernel: RANDOM_TRUST_CPU for >= 4.19

This commit is contained in:
Tim Steinbach
2021-03-08 11:49:08 -05:00
parent 7a44b04738
commit ecce29eba2

View File

@@ -435,7 +435,7 @@ let
SECURITY_APPARMOR = yes;
DEFAULT_SECURITY_APPARMOR = yes;
RANDOM_TRUST_CPU = yes; # allow RDRAND to seed the RNG
RANDOM_TRUST_CPU = whenAtLeast "4.19" yes; # allow RDRAND to seed the RNG
MODULE_SIG = no; # r13y, generates a random key during build and bakes it in
# Depends on MODULE_SIG and only really helps when you sign your modules