mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-02 14:04:41 -05:00
disables random.trust_bootloader
This commit is contained in:
parent
d0779a96fc
commit
33df16af80
7
etc/default/grub.d/40_distrust_bootloader.cfg
Normal file
7
etc/default/grub.d/40_distrust_bootloader.cfg
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user