commit | 390f58eb8a3df39bb270be3ce0c6ab74c35b72f2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Aug 23 20:22:35 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 23 20:22:35 2024 +0000 |
tree | 59cdae10eccab4b3ab3f8b876b0018d19555d7e4 | |
parent | a989252bdd3a78ce2792710bab673827e62b7cb1 [diff] | |
parent | 1220d17108cb3b4af9c0fb440a9f9e8f5a9fe2a9 [diff] |
Merge "init.rc: Fix entropy pool initialization" into main
diff --git a/rootdir/init.rc b/rootdir/init.rc index 7b2b96a..63e3d06 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -103,7 +103,7 @@ # Mix device-specific information into the entropy pool copy /proc/cmdline /dev/urandom - copy /system/etc/prop.default /dev/urandom + copy /proc/bootconfig /dev/urandom symlink /proc/self/fd/0 /dev/stdin symlink /proc/self/fd/1 /dev/stdout