disables random.trust_bootloader

This commit is contained in:
Raja Grewal 2022-07-13 04:37:03 +10:00
parent d0779a96fc
commit 33df16af80
No known key found for this signature in database
GPG Key ID: E34A5801947020A5

View File

@ -0,0 +1,7 @@
## Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
## Distrusts the bootloader for initial entropy at boot.
##
## https://lkml.org/lkml/2022/6/5/271
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_bootloader=off"