Merge "init.rc: mix device-specific data into the Linux RNG"
This commit is contained in:
commit
e04b60d2b9
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ on early-init
|
||||||
on init
|
on init
|
||||||
sysclktz 0
|
sysclktz 0
|
||||||
|
|
||||||
|
# Mix device-specific information into the entropy pool
|
||||||
|
copy /proc/cmdline /dev/urandom
|
||||||
|
copy /default.prop /dev/urandom
|
||||||
|
|
||||||
# Backward compatibility.
|
# Backward compatibility.
|
||||||
symlink /system/etc /etc
|
symlink /system/etc /etc
|
||||||
symlink /sys/kernel/debug /d
|
symlink /sys/kernel/debug /d
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue