blob: 7f71028ba3693bf8b04a7148b1afd0190d1790e4 [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
Alex Klyubin53656c12017-04-13 19:05:27 -070014# Offer the Wifi Keystore HwBinder service
15typeattribute keystore wifi_keystore_service_server;
16add_hwservice(keystore, system_wifi_keystore_hwservice)
Pavel Grafovc5b33302018-01-24 19:49:18 +000017
18# Allow to check whether security logging is enabled.
19get_prop(keystore, device_logging_prop)