commit | e04b60d2b9bf0e6560e3cde6f671f294b796fcdb | [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 | 738f0e3edf278809e6a9f08469820480064742a0 [diff] | |
parent | 27cb41035264e5ff299a5784dc6ca60e791347d2 [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