Merge "Allow system_app to list all services." into mnc-dev

This commit is contained in:
dcashman 2015-05-05 00:11:55 +00:00 committed by Android (Google) Code Review
commit 4286019c38

View file

@ -48,6 +48,7 @@ allow system_app anr_data_file:file create_file_perms;
# Settings need to access app name and icon from asec
allow system_app asec_apk_file:file r_file_perms;
allow system_app servicemanager:service_manager list;
allow system_app mediaserver_service:service_manager find;
allow system_app nfc_service:service_manager find;
allow system_app radio_service:service_manager find;