mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-05 02:05:03 -04:00
disables random.trust_bootloader
This commit is contained in:
parent
d0779a96fc
commit
33df16af80
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue