blob: 81b6dfb869522848aa7e66a137af3f3d8646efd1 [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute keystore coredomain;
2
dcashmancc39f632016-07-22 13:13:11 -07003init_daemon_domain(keystore)
Alex Klyubin53656c12017-04-13 19:05:27 -07004
5# talk to keymaster
6hal_client_domain(keystore, hal_keymaster)
7
Janis Danisevskis97c56bd2018-01-09 17:42:53 -05008# 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
Pavel Grafovc5b33302018-01-24 19:49:18 +000014# Allow to check whether security logging is enabled.
15get_prop(keystore, device_logging_prop)
Hasini Gunasinghe0112daa2020-06-10 23:34:41 +000016
17# Allow keystore to write to statsd.
18unix_socket_send(keystore, statsdw, statsd)