summaryrefslogtreecommitdiff
path: root/rngd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'rngd.confd')
-rw-r--r--rngd.confd28
1 files changed, 28 insertions, 0 deletions
diff --git a/rngd.confd b/rngd.confd
new file mode 100644
index 0000000..40a4333
--- /dev/null
+++ b/rngd.confd
@@ -0,0 +1,28 @@
+#RGND_OPTIONS=""
+
+#ENABLE_TPM="--rng-device=/dev/hwrng"
+DISABLE_TPM="--exclude=hwrng"
+
+#ENABLE_LEGACY_TPM="--include=tpm"
+DISABLE_LEGACY_TPM="--exclude=tpm"
+
+ENABLE_RDRAND="--include=rdrand --option rdrand:use_aes:1"
+#DISABLE_RDRAND="--exclude=rdrand"
+
+#ENABLE_DARN="--include=darn" --option darn:use_aes:1"
+DISABLE_DARN="--exclude=darn"
+
+#ENABLE_NIST="--include=nist"
+DISABLE_NIST="--exclude=nist"
+
+ENABLE_JITTER="--include=jitter"
+#DISABLE_JITTER="--exclude=jitter"
+
+#ENABLE_PKCS11="--include=pkcs11"
+DISABLE_PKCS11="--exclude=pkcs11"
+
+RANDOM_STEP="--random-step=64"
+
+FILL_WATERMARK="--fill-watermark=3072"
+
+RNG_OUTPUT="--random-device=/dev/random"