1typeattribute keystore coredomain; 2 3init_daemon_domain(keystore) 4 5# talk to keymaster 6hal_client_domain(keystore, hal_keymaster) 7 8# talk to confirmationui 9hal_client_domain(keystore, hal_confirmationui) 10 11# This is used for the ConfirmationUI async callback. 12allow keystore platform_app:binder call; 13 14# Allow to check whether security logging is enabled. 15get_prop(keystore, device_logging_prop) 16 17# Allow keystore to write to statsd. 18unix_socket_send(keystore, statsdw, statsd) 19