android_system_core/rootdir
Nick Kralevich b410eb1913 Initialize /dev/urandom earlier in boot.
It's a security best practice to carry entropy across reboots.
(see "man 4 random"). Currently, entropy saving and mixing occur
in the system_server, via the EntropyMixer code. Unfortunately, the
EntropyMixer code runs fairly late in the boot process, which means
early boot doesn't have high quality entropy. This has caused security
problems in the past.

Load entropy data as soon as we can in the early boot process, so that
we can get /dev/random / /dev/urandom into a "random" state earlier.

Bug: 9983133
Change-Id: Id4a6f39e9060f30fe7497bd8f8085a9bec851e80
2013-09-18 07:53:51 -07:00
..
etc Added net.dns1 prop for emulator, as Android emulator ignores it by default. 2013-05-17 17:58:02 +00:00
Android.mk Generate init.environ.rc by populating BOOTCLASSPATH 2013-07-24 12:11:47 -07:00
init.environ.rc.in Generate init.environ.rc by populating BOOTCLASSPATH 2013-07-24 12:11:47 -07:00
init.rc Initialize /dev/urandom earlier in boot. 2013-09-18 07:53:51 -07:00
init.trace.rc init.trace.rc: Set perms for power/clock_set_rate events 2012-10-15 17:16:55 -07:00
init.usb.rc Revert "init.usb.rc: set sys.usb.config to none before changing it" 2013-01-15 17:37:32 -08:00
ueventd.rc second user doesnot pickup input operations from A2DP 2012-10-16 17:32:51 -07:00