mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:18:33 -05:00
Update docs on latent entropy
This commit is contained in:
parent
37b493826e
commit
a46f678c7f
2 changed files with 5 additions and 1 deletions
|
|
@ -261,6 +261,9 @@ Entropy:
|
||||||
- Obtain more entropy at boot from RAM as the runtime memory allocator is
|
- Obtain more entropy at boot from RAM as the runtime memory allocator is
|
||||||
being initialized.
|
being initialized.
|
||||||
|
|
||||||
|
- Obtain more entropy at boot from RAM as the runtime memory allocator is being
|
||||||
|
initialized to maximize the absolute quantity of entropy in the combined pool.
|
||||||
|
|
||||||
Networking:
|
Networking:
|
||||||
|
|
||||||
- Optional - Disable the entire IPv6 stack to reduce attack surface.
|
- Optional - Disable the entire IPv6 stack to reduce attack surface.
|
||||||
|
|
|
||||||
|
|
@ -324,8 +324,9 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_cpu=off"
|
||||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_bootloader=off"
|
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_bootloader=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 as another source.
|
||||||
## Note that entropy extracted this way is not cryptographically secure and so is not credited.
|
## Note that entropy extracted this way is not cryptographically secure and so is not credited.
|
||||||
|
## Maximizing the entropy pool at boot is desirable for all cryptographic operations.
|
||||||
## This will increase boot time due to interrupting the boot process.
|
## This will increase boot time due to interrupting the boot process.
|
||||||
## Requires the linux-hardened kernel patch.
|
## Requires the linux-hardened kernel patch.
|
||||||
##
|
##
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue