Page MenuHomeFreeBSD

D3933.1785282594.diff
No OneTemporary

Size
435 B
Referenced Files
None
Subscribers
None

D3933.1785282594.diff

Index: usr.sbin/bsdinstall/scripts/entropy
===================================================================
--- usr.sbin/bsdinstall/scripts/entropy
+++ usr.sbin/bsdinstall/scripts/entropy
@@ -26,4 +26,9 @@
#
# $FreeBSD$
-dd if=/dev/random of=$BSDINSTALL_CHROOT/entropy bs=4096 count=1
+umask 077
+for i in /entropy /boot/entropy; do
+ i="$BSDINSTALL_CHROOT/$i"
+ dd if=/dev/random of="$i" bs=4096 count=1
+ chown 0:0 "$i"
+done

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 28, 11:49 PM (1 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29298108
Default Alt Text
D3933.1785282594.diff (435 B)

Event Timeline