mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Merge pull request #64 from madaidan/extra_latent_entropy
Gather more entropy during boot
This commit is contained in:
commit
c7f2537930
2
debian/control
vendored
2
debian/control
vendored
@ -136,6 +136,8 @@ Description: enhances misc security settings
|
||||
* https://twitter.com/pid_eins/status/1149649806056280069
|
||||
* For more references, see:
|
||||
* /etc/default/grub.d/40_distrust_cpu.cfg
|
||||
.
|
||||
* Gathers more entropy during boot if using the linux-hardened kernel patch.
|
||||
.
|
||||
Uncommon network protocols are blacklisted:
|
||||
These are rarely used and may have unknown vulnerabilities.
|
||||
|
@ -53,3 +53,9 @@ fi
|
||||
#if dpkg --compare-versions "${kver}" ge "5.4"; then
|
||||
# GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX lockdown=confidentiality"
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user