summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-10-06 12:43:42 +0000
committermarkm <markm@FreeBSD.org>2013-10-06 12:43:42 +0000
commiteba8205cfa61df69aa2320349e9bc038fe22416f (patch)
tree0a73b6a447ea383c71eff5ab2ff968228ea342ea /etc/defaults
parent0643acd34d203434b5eee69085ba0e8f884f5ab5 (diff)
downloadFreeBSD-src-eba8205cfa61df69aa2320349e9bc038fe22416f.zip
FreeBSD-src-eba8205cfa61df69aa2320349e9bc038fe22416f.tar.gz
As userland writing to /dev/random is no more, remove the "better than nothing" bootstrap mode.
Add SWI harvesting to the mix. My box seeds Yarrow by itself in a few seconds! YMMV; more to follow.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 80f279d..e748dc0 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -651,6 +651,7 @@ entropy_save_num="8" # Number of entropy cache files to save.
harvest_interrupt="YES" # Entropy device harvests interrupt randomness
harvest_ethernet="YES" # Entropy device harvests ethernet randomness
harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
+harvest_swi="YES" # Entropy device harvests internal SWI randomness
dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
watchdogd_enable="NO" # Start the software watchdog daemon
watchdogd_flags="" # Flags to watchdogd (if enabled)
OpenPOWER on IntegriCloud