You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
407 B
14 lines
407 B
typeattribute credstore coredomain;
|
|
|
|
init_daemon_domain(credstore)
|
|
|
|
# talk to Identity Credential
|
|
hal_client_domain(credstore, hal_identity)
|
|
|
|
# talk to keymint, specifically for IRemotelyProvisionedComponent/default
|
|
hal_client_domain(credstore, hal_keymint)
|
|
|
|
# credstore needs to get keys from the RKPD
|
|
get_prop(credstore, remote_prov_prop)
|
|
allow credstore remote_provisioning_service:service_manager find;
|