mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-27 16:09:28 -05:00
Merge pull request #38 from madaidan/distrust-cpu
Distrust the CPU for initial entropy
This commit is contained in:
commit
73c6410a0e
3
debian/control
vendored
3
debian/control
vendored
@ -102,6 +102,9 @@ Description: enhances misc security settings
|
||||
.
|
||||
* Load jitterentropy_rng kernel module.
|
||||
/usr/lib/modules-load.d/30_security-misc.conf
|
||||
.
|
||||
* Distrusts the CPU for initial entropy at boot as it is
|
||||
not possible to audit and may be backdoored. /etc/default/grub.d/40_distrust_cpu.cfg
|
||||
.
|
||||
Uncommon network protocols are blacklisted:
|
||||
These are rarely used and may have unknown vulnerabilities.
|
||||
|
9
etc/default/grub.d/40_distrust_cpu.cfg
Normal file
9
etc/default/grub.d/40_distrust_cpu.cfg
Normal file
@ -0,0 +1,9 @@
|
||||
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
## Distrust the CPU for initial entropy as it is not possible to audit
|
||||
## and may have unknown backdoors.
|
||||
##
|
||||
## https://en.wikipedia.org/wiki/RDRAND#Reception
|
||||
## https://forums.whonix.org/t/entropy-config-random-trust-cpu-yes-or-no-rng-core-default-quality/8566/
|
||||
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX random.trust_cpu=off"
|
Loading…
Reference in New Issue
Block a user