kernel: RANDOM_TRUST_CPU for >= 4.19
This commit is contained in:
parent
7a44b04738
commit
ecce29eba2
@ -435,7 +435,7 @@ let
|
|||||||
SECURITY_APPARMOR = yes;
|
SECURITY_APPARMOR = yes;
|
||||||
DEFAULT_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
|
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
|
# Depends on MODULE_SIG and only really helps when you sign your modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user