1. 05 Aug, 2015 1 commit
  2. 10 Jul, 2015 1 commit
  3. 08 Jul, 2015 1 commit
  4. 25 Jun, 2015 1 commit
    • Andres Morales's avatar
      [gatekeeperd] fix issue with SW->HW upgrades · 7f6dcf65
      Andres Morales authored
      If the handle version is 0, there's no hardware_backed flag
      meaning hardware backed handles will be attempted against
      the soft impl. Ensure we don't try to read from hardware_backed
      unless the version is > 0.
      
      Bug: 21090356
      Change-Id: I65f009c55538ea3c20eb486b580eb11ce93934fc
      7f6dcf65
  5. 24 Jun, 2015 1 commit
  6. 22 Jun, 2015 1 commit
    • Andres Morales's avatar
      [gatekeeperd] handle upgrades from software version to HAL · 835d96ea
      Andres Morales authored
      Certain devices, like Shamu, are currently running an interim
      software-only gatekeeper. When the HAL for those devices is merged,
      we need to handle upgrading to the HAL smoothly.
      
      Bug: 21090356
      Change-Id: I5352bc547a43671a08249eae532e8b3ce6b90087
      835d96ea
  7. 02 Jun, 2015 1 commit
  8. 27 May, 2015 2 commits
  9. 14 May, 2015 1 commit
    • Andres Morales's avatar
      Move SoftGateKeeper into gatekeeperd · 33dfdc7b
      Andres Morales authored
      Allows for easy determination of whether there's a
      hardware module in place. Permits tighter coupling of
      software implementation with upper-level stack.
      
      Bug:21090356
      Change-Id: I275b57cd976c233c43c476c5869c5a4b29fbc175
      33dfdc7b
  10. 17 Apr, 2015 1 commit
    • Andres Morales's avatar
      Make clear SID delete the file · dcb3fbda
      Andres Morales authored
      This allows us to recover in situations where we manage
      to clear the SID in GateKeeper but fail to remove the
      password in LockSettingsService.
      
      Change-Id: Ib64ead137632f9615745a414c90a9b66b847134f
      dcb3fbda
  11. 16 Apr, 2015 2 commits
  12. 13 Apr, 2015 1 commit
  13. 12 Apr, 2015 1 commit
  14. 11 Apr, 2015 1 commit
  15. 08 Apr, 2015 1 commit
    • Andres Morales's avatar
      GateKeeper proxy service · 2d08dce0
      Andres Morales authored
      Until we have SELinux support for gating access
      to individual TEE services, we will proxy TEE requests
      to GateKeeper via this daemon.
      
      Change-Id: Ifa316b75f75bff79bdae613a112c8c3c2e7189a8
      2d08dce0