Skip to content
Snippets Groups Projects
Commit a21e8655 authored by Robert Quattlebaum's avatar Robert Quattlebaum
Browse files

wpantund: allow wpantund permission_service:service_manager find

This permission is needed so that wpantund can enforce Android permissions.

Bug: b/69582511
Change-Id: If250c9edfff215e73072b0cd7ed8a597c475c586
parent b7ee342e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ binder_call(wpantund, system_server)
# wpantund needs to be able to check in with the lowpan_service
allow wpantund lowpan_service:service_manager find;
# wpantund needs to be able to verify permissions
allow wpantund permission_service:service_manager find;
# Allow wpantund to call any callbacks that have been registered with it.
# Generally, only privileged apps are able to register callbacks with
# wpantund, so we are limiting the scope for callbacks to only privileged
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment