mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-07 14:01:06 +07:00
Distrust the CPU for initial entropy
This commit is contained in:
parent
6ca48fffdc
commit
5da2a27bf0
9
etc/default/grub.d/40_distrust_cpu.cfg
Normal file
9
etc/default/grub.d/40_distrust_cpu.cfg
Normal file
@ -0,0 +1,9 @@
|
||||
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## Distrust the CPU for initial entropy as it is not possible to audit
|
||||
## and may have unknown backdoors.
|
||||
##
|
||||
## https://en.wikipedia.org/wiki/RDRAND#Reception
|
||||
## https://forums.whonix.org/t/entropy-config-random-trust-cpu-yes-or-no-rng-core-default-quality/8566/
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_cpu=off"
|
Loading…
Reference in New Issue
Block a user