diff options
Diffstat (limited to '3')
-rwxr-xr-x | 3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3 b/3 index 92cfa83..5a0394a 100755 --- a/3 +++ b/3 @@ -19,7 +19,7 @@ sv exit /var/service/* [ -x /etc/rc.shutdown ] && /etc/rc.shutdown msg "Saving random seed...\n" -dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 >/dev/null 2>&1 +( umask 077; dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 >/dev/null 2>&1 ) if [ -z "$VIRTUALIZATION" -a -n "$HARDWARECLOCK" ]; then hwclock --systohc ${HARDWARECLOCK:+--$(echo $HARDWARECLOCK |tr A-Z a-z)} |