Skip to content
Snippets Groups Projects
Commit 213dfa52 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4464699 from a21e8655 to oc-mr1-iot-release

Change-Id: I33b65b8cef46a25d889db6c5e9f85eb4ec7a2ec4
parents ec00bfd9 a21e8655
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,9 @@ binder_call(wpantund, system_server) ...@@ -10,6 +10,9 @@ binder_call(wpantund, system_server)
# wpantund needs to be able to check in with the lowpan_service # wpantund needs to be able to check in with the lowpan_service
allow wpantund lowpan_service:service_manager find; 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. # Allow wpantund to call any callbacks that have been registered with it.
# Generally, only privileged apps are able to register callbacks with # Generally, only privileged apps are able to register callbacks with
# wpantund, so we are limiting the scope for callbacks to only privileged # 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