Skip to content
Snippets Groups Projects
  1. Oct 03, 2013
    • Alex Klyubin's avatar
      Restrict access to /dev/hw_random to system_server and init. · 8d688315
      Alex Klyubin authored
      /dev/hw_random is accessed only by init and by EntropyMixer (which
      runs inside system_server). Other domains are denied access because
      apps/services should be obtaining randomness from the Linux RNG.
      
      Change-Id: Ifde851004301ffd41b2189151a64a0c5989c630f
      8d688315
  2. Sep 27, 2013
  3. Sep 17, 2013
    • Alex Klyubin's avatar
      2/2: Rename domain "system" to "system_server". · 4103b3f2
      Alex Klyubin authored
      This CL completes the renaming of domain system to system_server by
      removing the "system" typealias that was temporarily added to avoid
      breaking the build while the rename CLs are landing.
      
      Change-Id: I05d11571f0e3d639026fcb9341c3476d44c54fca
      4103b3f2
    • Alex Klyubin's avatar
      1/2: Rename domain "system" to "system_server". · 1fdee11d
      Alex Klyubin authored
      This is a follow-up CL to the extraction of "system_app" domain
      from the "system" domain which left the "system" domain encompassing
      just the system_server.
      
      Since this change cannot be made atomically across different
      repositories, it temporarily adds a typealias "server" pointing to
      "system_server". Once all other repositories have been switched to
      "system_server", this alias will be removed.
      
      Change-Id: I90a6850603dcf60049963462c5572d36de62bc00
      1fdee11d
Loading