mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 12:56:23 -05:00
Add docs relating extra_latent_entropy
This commit is contained in:
parent
f690b58870
commit
708e1358df
1 changed files with 2 additions and 0 deletions
|
|
@ -308,6 +308,8 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_cpu=off"
|
||||||
|
|
||||||
## Obtain more entropy during boot as the runtime memory allocator is being initialized.
|
## Obtain more entropy during boot as the runtime memory allocator is being initialized.
|
||||||
## Entropy will be extracted from up to the first 4GB of RAM.
|
## Entropy will be extracted from up to the first 4GB of RAM.
|
||||||
|
## Note that entropy extracted this way is not cryptographically secure and so is not credited.
|
||||||
|
## This will increase boot time due to interrupting the boot process.
|
||||||
## Requires the linux-hardened kernel patch.
|
## Requires the linux-hardened kernel patch.
|
||||||
##
|
##
|
||||||
## https://www.kicksecure.com/wiki/Hardened-kernel#linux-hardened
|
## https://www.kicksecure.com/wiki/Hardened-kernel#linux-hardened
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue