commit | e55f2318d50cf531155b0d40bf2f568f88c56a5e | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Mon Feb 10 16:08:12 2020 -0800 |
committer | Wei Wang <wvw@google.com> | Mon Feb 10 16:32:35 2020 -0800 |
tree | 3b341e0db6da6ae7465589dbeeefdc98ee242134 | |
parent | a85454834deeea676be86b3e2ea731235817375c [diff] [blame] |
grant power hal client to access stable power hal service Bug: 147913776 Test: Build Change-Id: Ibf0d6b7b5b4ac71994de53922d9ce685bdc5f704
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;