commit | 4355a200a383ffcb16a35e6dcac899e35cfc004a | [log] [tgz] |
---|---|---|
author | Bruno Martins <bgcngm@gmail.com> | Thu Nov 12 00:16:09 2020 +0000 |
committer | Bruno Martins <bgcngm@gmail.com> | Thu Nov 12 00:17:10 2020 +0000 |
tree | 1060bee21de57980b6a4e9b2dd3e214568a06a19 | |
parent | 5569732e363b424de345578879ab3ccfe5d99b7b [diff] |
Updater: Allow binder calls to gpu service Change-Id: Id01a050c43b81b128dc262a542c4dd7b4b1c76f6
diff --git a/common/private/updater_app.te b/common/private/updater_app.te index 8c0bbe5..4f1a2ec 100644 --- a/common/private/updater_app.te +++ b/common/private/updater_app.te
@@ -3,6 +3,7 @@ app_domain(updater_app) net_domain(updater_app) +binder_call(updater_app, gpuservice) binder_call(updater_app, update_engine) allow updater_app app_api_service:service_manager find;