summaryrefslogtreecommitdiffstats
path: root/etc/mtree/BSD.root.dist
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2001-01-14 07:18:31 +0000
committerdougb <dougb@FreeBSD.org>2001-01-14 07:18:31 +0000
commit3bbfa62b632ebcb309e75f8212f4e3b53797cadf (patch)
tree9ecc11560468f3c002fda7f43b66439a52c6bb8a /etc/mtree/BSD.root.dist
parent41bf790205da9df94e6c6fe700cefca81250363d (diff)
downloadFreeBSD-src-3bbfa62b632ebcb309e75f8212f4e3b53797cadf.zip
FreeBSD-src-3bbfa62b632ebcb309e75f8212f4e3b53797cadf.tar.gz
Move the process of storing entropy from /dev/random and reseeding with
it at boot time closer to the way we want it to be in the final version. * Move the default directory to /var/db/entropy * Run the entropy saving cron job every 11 minutes. This seems to be a better default, although still bikeshed material. * Feed /dev/random some cheesy "entropy" from various commands and files before the disks are mounted. This gives /dev/random a better chance of running without blocking early. * Move the reseeding with previously stored entropy to the point immediately after the disks are mounted. * Make the harvesting script a little safer in regards to the possibility of accidentally overwriting something other than a regular file.
Diffstat (limited to 'etc/mtree/BSD.root.dist')
-rw-r--r--etc/mtree/BSD.root.dist4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist
index 0fc9833..e6e9a4d 100644
--- a/etc/mtree/BSD.root.dist
+++ b/etc/mtree/BSD.root.dist
@@ -5,10 +5,6 @@
/set type=dir uname=root gname=wheel mode=0755
.
-/set type=dir uname=operator gname=operator mode=0700
- .entropy
- ..
-/set type=dir uname=root gname=wheel mode=0755
bin
..
boot
OpenPOWER on IntegriCloud