aboutsummaryrefslogtreecommitdiffstats
path: root/main/rng-tools/rngd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/rng-tools/rngd.confd')
-rw-r--r--main/rng-tools/rngd.confd20
1 files changed, 14 insertions, 6 deletions
diff --git a/main/rng-tools/rngd.confd b/main/rng-tools/rngd.confd
index 86fc4d853fa..5211c1c27da 100644
--- a/main/rng-tools/rngd.confd
+++ b/main/rng-tools/rngd.confd
@@ -18,7 +18,7 @@ EXCLUDE_ENTROPY_SOURCES=""
#
#ENTROPY_COUNT=8
-# Time in seconds to force adding entropy to random device.
+# Time in seconds to periodically add fresh entropy to kernel entropy pool.
#
#FORCE_RESEED=300
@@ -36,9 +36,9 @@ EXCLUDE_ENTROPY_SOURCES=""
# Do not stop feeding entropy to random device until at least this
# many bits of entropy are available in pool. Value can be
-# 0 <= n <= `sysctl kernel.random.poolsize`.
+# 0 <= n <= `sysctl kernel.random.poolsize` but is usually 75% of pool size.
#
-#WATERMARK=3072
+#WATERMARK=192
# Entropy source specific options:
@@ -51,21 +51,29 @@ EXCLUDE_ENTROPY_SOURCES=""
#
#
# jitter options:
-# thread_count:(INTEGER)
# buffer_size:(INTEGER)
+# force_soft_timer:(BOOLEAN)
# refill_thresh:(INTEGER)
# retry_count:(INTEGER)
# retry_delay:(INTEGER)
+# thread_count:(INTEGER)
# use_aes:(BOOLEAN)
#
-#JITTER_OPTIONS="thread_count:4 buffer_size:16535 refill_thresh:16535"
-#JITTER_OPTIONS="${JITTER_OPTIONS} retry_count:1 retry_delay:-1 use_aes:1"
+#JITTER_OPTIONS="buffer_size:16535 force_soft_timer:0 refill_thresh:16535"
+#JITTER_OPTIONS="${JITTER_OPTIONS} retry_count:1 retry_delay:-1"
+#JITTER_OPTIONS="${JITTER_OPTIONS} thread_count:4 timeout:5 use_aes:1"
#
#
# rdrand options:
# use_aes:(BOOLEAN)
#
#RDRAND_OPTIONS="use_aes:0"
+#
+#
+# rndr options:
+# use_aes:(BOOLEAN)
+#
+#RNDR_OPTIONS="use_aes:0"
# Any extra arguments for rngd