blob: 492ce774e20482d0715e2ffc4431c018b4b7529c [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)
Janis Danisevskisc40681f2020-07-25 13:02:29 -070016
17# Keystore need access to the keystore_key context files to load the keystore key backend.
18allow keystore keystore2_key_contexts_file:file r_file_perms;