Skip to content
Snippets Groups Projects
Commit 887fd5d1 authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am 0b764ae9: Allow untrusted_app to list services.

* commit '0b764ae9':
  Allow untrusted_app to list services.
parents bea8a99c 0b764ae9
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,9 @@ allow untrusted_app mnt_media_rw_file:dir search;
allow untrusted_app cache_file:dir create_dir_perms;
allow untrusted_app cache_file:file create_file_perms;
# allow cts to query all services
allow untrusted_app servicemanager:service_manager list;
allow untrusted_app drmserver_service:service_manager find;
allow untrusted_app mediaserver_service:service_manager find;
allow untrusted_app nfc_service:service_manager find;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment