mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
13 lines
686 B
INI
13 lines
686 B
INI
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
## Distrusts the CPU for initial entropy at boot as it is not possible to
|
|
## audit, may contain weaknesses or a backdoor.
|
|
##
|
|
## https://en.wikipedia.org/wiki/RDRAND#Reception
|
|
## https://twitter.com/pid_eins/status/1149649806056280069
|
|
## https://archive.nytimes.com/www.nytimes.com/interactive/2013/09/05/us/documents-reveal-nsa-campaign-against-encryption.html
|
|
## https://forums.whonix.org/t/entropy-config-random-trust-cpu-yes-or-no-rng-core-default-quality/8566
|
|
## https://lkml.org/lkml/2022/6/5/271
|
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_cpu=off"
|