Skip to content
Snippets Groups Projects
Commit 282d599f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable performanced to talk to the permission service." into oc-mr1-dev

parents 51572137 030a7ef6
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,11 @@
type performanced, domain, mlstrustedsubject;
type performanced_exec, exec_type, file_type;
# Needed to check for app permissions.
binder_use(performanced)
binder_call(performanced, system_server)
allow performanced permission_service:service_manager find;
pdx_server(performanced, performance_client)
# TODO: use file caps to obtain sys_nice instead of setuid / setgid.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment