commit | bd464a9543e14f10e00ab51bb7dc6ac31575be8b | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Mon Aug 24 07:52:32 2020 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Tue Dec 15 08:25:42 2020 -0800 |
tree | 1e4b1bdfd69f5f2c8254b219dec7f9959be7b5e9 | |
parent | 191940036b8966d60069e5daa198754e6155a5ce [diff] [blame] |
Allow keystore to talk to keymint Test: None Change-Id: Icb1f60b3c2971488a6a890c063d4e4babab2b2f2
diff --git a/private/keystore.te b/private/keystore.te index 2f62920c..5cded8a 100644 --- a/private/keystore.te +++ b/private/keystore.te
@@ -8,6 +8,9 @@ # talk to confirmationui hal_client_domain(keystore, hal_confirmationui) +# talk to keymint +hal_client_domain(keystore, hal_keymint) + # This is used for the ConfirmationUI async callback. allow keystore platform_app:binder call;