summaryrefslogtreecommitdiff
path: root/identity/credstore.rc
AgeCommit message (Collapse)Author
2020-01-17credstore: update credstore.rc to use correct class, user, and group.David Zeuthen
Bug: 111446262 Test: Manually inspected Change-Id: If99f55fcd6034e059d8d7100a94ec59fb6c66a72
2020-01-16Add credstore system daemon.David Zeuthen
The credstore system daemon is sitting below the Identity Credential Framework APIs and on top of the Identity Credential HALs. Its main job is to store credential data and provide a way for applications to communicate with the secure hardware abstracted by the HAL. This daemon runs as an unprivileged user, credstore. The auth-tokens needed by credstore are supplied by keystore and this CL includes the requisite changes to keystore for this to work. Bug: 111446262 Test: CTS tests for Framework APIs Change-Id: Ieb4d59852a143482436a1c418c25ed96e25c0047