krng: default entropy pool has 2kb with grsecurity.

This commit is contained in:
Arne Fitzenreiter
2014-02-04 18:50:02 +01:00
parent af789b69a8
commit 97461f500b

View File

@@ -15,14 +15,14 @@ case "$1" in
/bin/cat /var/tmp/random-seed >/dev/urandom
fi
/bin/dd if=/dev/urandom of=/var/tmp/random-seed \
count=1 &>/dev/null
count=4 &>/dev/null
evaluate_retval
;;
stop)
boot_mesg "Saving random seed..."
/bin/dd if=/dev/urandom of=/var/tmp/random-seed \
count=1 &>/dev/null
count=4 &>/dev/null
evaluate_retval
;;