mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
etc/default/grub: add random.trust_cpu=on
Possibly some help to boot time entropy exhaustion, but it may have been enabled by default already.
This commit is contained in:
parent
b1f7177d7f
commit
a6c5902c08
4
etc/default/grub.d/random.trust_cpu.cfg
Normal file
4
etc/default/grub.d/random.trust_cpu.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Trust CPU random number generator, possibly controversial, but possibly
|
||||||
|
# safe due to not being the only source of entropy
|
||||||
|
# https://en.wikipedia.org/wiki/RDRAND#Reception
|
||||||
|
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT random.trust_cpu=on"
|
Loading…
Reference in New Issue
Block a user