9b16bfe0e7
There have been a number of subtle improvements and cleanups to seedrng, including using openat and locking the directory fd instead of a separate lock file. Also various stylistic cleanups. This fixes #519. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
15 lines
633 B
Plaintext
15 lines
633 B
Plaintext
# The convention in this file is to show the default settings commented out.
|
|
#
|
|
# Sometimes you want to have urandom start before "localmount" (say for crypt
|
|
# swap), so you will need to customize this behavior. If you have /var on a
|
|
# separate partition, make sure paths under /var are adjusted to point to
|
|
# locations on your root device.
|
|
#
|
|
# Set skip_credit to yes or true if you do not want seed files to actually
|
|
# credit the random number generator. For example, you should set this if you
|
|
# plan to replicate the file system image without removing the contents of
|
|
# ${seed_dir}.
|
|
#
|
|
# seed_dir=/var/lib/seedrng
|
|
# skip_credit=no
|