summaryrefslogtreecommitdiff
path: root/keystore2/src/permission.rs
AgeCommit message (Expand)Author
2024-07-10Move large test modules into separate filesDavid Drysdale
2024-03-14Remove broken and unused support for expiring keys when off-bodyEric Biggers
2023-10-31Add getLastAuthTime() to IKeystoreAuthorizationJames Willcox
2023-10-09Remove IKeystoreMaintenance#getState()Eric Biggers
2022-10-18Changing code to have better error loggingShaquille Johnson
2022-08-12Update source for Rust 1.63.0Chris Wailes
2022-07-06Updated to return INVALID_ARGUMENT on generateKey with invalid domain field.Rajesh Nyamagoud
2022-06-16Mark unused policy as such.Eran Messeri
2022-03-14Remove functionality to migrate keys across app UIDJohn Wu
2022-01-24Add new IRemotelyProvisionedKeyPool service to keystore2Seth Moore
2021-11-16Define the MigrateAnyKey permissionAshwini Oruganti
2021-10-21Keystore 2.0: Refactor permissions. 5/5Janis Danisevskis
2021-10-21Keystore 2.0: Refactor permissions. 4/5Janis Danisevskis
2021-10-21Keystore 2.0: Refactor permissions. 3/5Janis Danisevskis
2021-10-21Keystore 2.0: Refactor permissions. 2/5Janis Danisevskis
2021-10-21Keystore 2.0: Refactor permissions. 1/5Janis Danisevskis
2021-08-10Add deleteAllKeys to IKeystoreMaintenancePaul Crowley
2021-07-26Fix warnings in preparation for Rust 1.53.0Chris Wailes
2021-07-06Add keystore API for metrics re-routing.Hasini Gunasinghe
2021-05-10Keystore 2.0: Clean up lintsMatthew Maurer
2021-04-09Temporarily disable a bunch of new linter errorsJeff Vander Stoep
2021-03-24Keystore 2.0: Add earlyBootEnded() to IKeystoreMaintenanceSatya Tangirala
2021-03-24Merge "Keystore 2.0: Implement onDeviceOffBody."Treehugger Robot
2021-03-23Keystore 2.0: Implement onDeviceOffBody.Janis Danisevskis
2021-03-22Keystore 2.0: Implement convertStorageKeyToEphemeral() in security_level.rsSatya Tangirala
2021-03-17Keystore 2.0: Allow apps to get keystore state.Janis Danisevskis
2021-03-15Merge changes from topic "keystore_api_for_credstore"Hasini Gunasinghe
2021-03-12Add get_auth_token permission to the permission module.Hasini Gunasinghe
2021-03-11Keystore2: implement getState method in IKeystoreMaintenance AIDL.Hasini Gunasinghe
2021-02-17Add keystore permissions required by user manager AIDL.Hasini Gunasinghe
2021-02-01Keystore 2.0: Fix permission tests.Janis Danisevskis
2021-01-26Keystore 2.0: Allow by key id usage of granted keys.Janis Danisevskis
2020-10-07Keystore 2.0: Adopt associated const enum variants.Janis Danisevskis
2020-09-30Keystore 2.0: Remove list permission from keystore2_key security class.Janis Danisevskis
2020-09-03Keystore selinux and permission modules accept CStr instead of Context.Janis Danisevskis
2020-09-02Keystore 2.0 permissions.rs: Use generated aidl types.Janis Danisevskis
2020-08-13Cache the KeystoreKeyBackend with a lazy static.Janis Danisevskis
2020-08-13Implement Keystore 2.0 access controlJanis Danisevskis