1typeattribute credstore coredomain; 2 3init_daemon_domain(credstore) 4 5# talk to Identity Credential 6hal_client_domain(credstore, hal_identity) 7 8# talk to keymint, specifically for IRemotelyProvisionedComponent/default 9hal_client_domain(credstore, hal_keymint) 10 11# credstore needs to get keys from the remotely provisioned pool 12allow credstore remotelyprovisionedkeypool_service:service_manager find; 13