commit | f5c2742c23886e707f062881c5f206c1fc704782 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Sep 22 15:14:32 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Oct 10 14:32:19 2013 -0400 |
tree | 3acaa54c3f8e4dd55723b1c93ae36cbc648ad2bf | |
parent | c59974aea43fd292a0784dbf7b3d7347e2caf4e9 [diff] |
random: cap the rate which the /dev/urandom pool gets reseeded In order to avoid draining the input pool of its entropy at too high of a rate, enforce a minimum time interval between reseedings of the urandom pool. This is set to 60 seconds by default. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>