Merge "init.rc: mix device-specific data into the Linux RNG"

am: e04b60d2b9

* commit 'e04b60d2b9bf0e6560e3cde6f671f294b796fcdb':
  init.rc: mix device-specific data into the Linux RNG
This commit is contained in:
Nick Kralevich 2016-01-23 04:02:51 +00:00 committed by android-build-merger
commit 9deaf7c8a6
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ on early-init
on init
sysclktz 0
# Mix device-specific information into the entropy pool
copy /proc/cmdline /dev/urandom
copy /default.prop /dev/urandom
# Backward compatibility.
symlink /system/etc /etc
symlink /sys/kernel/debug /d