[d-kernel] [PATCH un-def/sisyphus] config: Enable seeding CRNG from CPU and bootleader

Vitaly Chikunov vt на altlinux.org
Пн Май 9 17:23:00 MSK 2022


This can be disabled at boot time with:
  random.trust_cpu=off
  random.trust_bootloader=off

Signed-off-by: Vitaly Chikunov <vt at altlinux.org>
---
 config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config b/config
index e529911fd5dc..5b817e945274 100644
--- a/config
+++ b/config
@@ -4479,8 +4479,8 @@ CONFIG_XILLYBUS_CLASS=m
 CONFIG_XILLYBUS=m
 CONFIG_XILLYBUS_PCIE=m
 # CONFIG_XILLYUSB is not set
-# CONFIG_RANDOM_TRUST_CPU is not set
-# CONFIG_RANDOM_TRUST_BOOTLOADER is not set
+CONFIG_RANDOM_TRUST_CPU=y
+CONFIG_RANDOM_TRUST_BOOTLOADER=y
 # end of Character devices
 
 #
-- 
2.33.2



Подробная информация о списке рассылки devel-kernel