commit | a3b19be219e643c342b43b79a4819f8a6ffd5607 | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Tue Feb 11 17:18:38 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 11 17:18:38 2020 +0000 |
tree | b87ebf1b4fb13cee45fa78785c70731d8962a24f | |
parent | e8b7cecad3e37d3ea1a00a7425deb8dc2a97188d [diff] | |
parent | e55f2318d50cf531155b0d40bf2f568f88c56a5e [diff] |
Merge "grant power hal client to access stable power hal service"
diff --git a/public/hal_power.te b/public/hal_power.te index 2c80a51..c94771b 100644 --- a/public/hal_power.te +++ b/public/hal_power.te
@@ -6,4 +6,5 @@ add_service(hal_power_server, hal_power_service) binder_call(hal_power_server, servicemanager) +binder_call(hal_power_client, servicemanager) allow hal_power_client hal_power_service:service_manager find;