aboutsummaryrefslogtreecommitdiff
path: root/conf.d/urandom
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/urandom')
-rw-r--r--conf.d/urandom9
1 files changed, 8 insertions, 1 deletions
diff --git a/conf.d/urandom b/conf.d/urandom
index f721a249..744e4f70 100644
--- a/conf.d/urandom
+++ b/conf.d/urandom
@@ -2,4 +2,11 @@
# (say for crypt swap), so you will need to customize this
# behavior. If you have /var on a separate partition, then
# make sure this path lives on your root device somewhere.
-urandom_seed="/var/lib/misc/random-seed"
+seed_dir="/var/lib/seedrng"
+lock_file="/var/run/seedrng.lock"
+
+# Set this to true if you do not want seed files to actually
+# credit the RNG. Set this if you plan to replicate this
+# file system image and do not have the wherewithal to first
+# delete the contents of /var/lib/seedrng.
+skip_credit="false"