You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
360 B

##
## @l_prefix@/etc/prngd/prngd.conf
##
# entropy gathering commands
#
# the "rate" represents the number of bits of usuable entropy per byte
# of command output. Be conservative.
"w" /usr/bin/w 0.05
"ls -alni /tmp" /bin/ls 0.02
"ipcs -a" /usr/bin/ipcs 0.01
"uptime" /usr/bin/uptime 0.01
"last" /usr/bin/last 0.01
"who" /usr/bin/who 0.01
"df" /bin/df 0.01