summaryrefslogtreecommitdiff
blob: 77e5db5834583dc3d6e4e6a15d6119e97a6ab1a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# /etc/conf.d/rngd

# Please see "/usr/sbin/rngd --help" and "man rngd" for more information

# If a single device is preferred, then specify it here, otherwise we will
# search for suitable devices.
#DEVICE=

# Random step (Number of bytes written to random-device at a time):
STEP=64

# Should TPM be avoided?
# NO_TPM=0

# Should RDRAND be avoided? Please note that unless this is commented
# out, RDRAND _will_ be disabled, as any value will cause it to be
# disabled.
# NO_DRNG=1

# Fill watermark
# 0 <= n <= `sysctl kernel.random.poolsize`
WATERMARK=2048