mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-24 06:40:08 +07:00
Gather more entropy during boot
This commit is contained in:
@ -53,3 +53,9 @@ fi
|
|||||||
#if dpkg --compare-versions "${kver}" ge "5.4"; then
|
#if dpkg --compare-versions "${kver}" ge "5.4"; then
|
||||||
# GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
# GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
|
## Gather more entropy during boot.
|
||||||
|
##
|
||||||
|
## Requires linux-hardened kernel patch.
|
||||||
|
## https://github.com/anthraxx/linux-hardened
|
||||||
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX extra_latent_entropy"
|
||||||
|
Reference in New Issue
Block a user