commit | 44896570b46d6289f29b67c98221c84edbcb482a | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Sat Jan 23 03:59:52 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 23 03:59:52 2016 +0000 |
tree | ce957a80decd6d0915aac83c1641aebc69fe3ee8 | |
parent | c20633d12611026fea1817ae0e7accbde6985aff [diff] | |
parent | a9fa14bf6f4dc0d690534496ba6795c62aef10c4 [diff] |
Merge "init.rc: mix device-specific data into the Linux RNG"
diff --git a/rootdir/init.rc b/rootdir/init.rc index d322402..e400c85 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -28,6 +28,10 @@ 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