From 651ced619cec159b4acaef84f1406ec69fecb57e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 28 Apr 2020 00:41:44 -0700 Subject: Fix enabling hwrng --- rngd.confd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rngd.confd') diff --git a/rngd.confd b/rngd.confd index 9f1f509..409456e 100644 --- a/rngd.confd +++ b/rngd.confd @@ -1,7 +1,7 @@ #RGND_OPTIONS="" -#ENABLE_TPM="--rng-device=/dev/hwrng" -DISABLE_TPM="--exclude=hwrng" +#ENABLE_HWRNG="--include=hwrng --rng-device=/dev/hwrng" +DISABLE_HWRNG="--exclude=hwrng" #ENABLE_LEGACY_TPM="--include=tpm" DISABLE_LEGACY_TPM="--exclude=tpm" @@ -15,8 +15,8 @@ DISABLE_DARN="--exclude=darn" #ENABLE_NIST="--include=nist" DISABLE_NIST="--exclude=nist" -#ENABLE_JITTER="--include=jitter" -DISABLE_JITTER="--exclude=jitter" +ENABLE_JITTER="--include=jitter" +#DISABLE_JITTER="--exclude=jitter" #ENABLE_PKCS11="--include=pkcs11" DISABLE_PKCS11="--exclude=pkcs11" -- cgit v1.2.1