platform_system_sepolicy/private/credstore.te
Hasini Gunasinghe 1d34bd7fd3 Credstore: Add rules to allow credstore read keystore2_enable property.
This is temporary, until keystore2 lands.

Test: CtsVerifier.
Change-Id: I8335e0eb48da682e66fceff9e31696d61235424b
2021-03-12 20:32:06 +00:00

9 lines
265 B
Text

typeattribute credstore coredomain;
init_daemon_domain(credstore)
# talk to Identity Credential
hal_client_domain(credstore, hal_identity)
# TODO Remove this property when Keystore 2.0 migration is complete b/171563717
get_prop(credstore, keystore2_enable_prop)