Skip to content
Snippets Groups Projects
Commit c5797bc9 authored by Corey Tabaka's avatar Corey Tabaka Committed by android-build-merger
Browse files

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

am: 282d599f

Change-Id: I0dd51bc443866c43407f72ccf1da55fb85833abf
parents cbe1460f 282d599f
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
type performanced, domain, mlstrustedsubject; type performanced, domain, mlstrustedsubject;
type performanced_exec, exec_type, file_type; 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) pdx_server(performanced, performance_client)
# TODO: use file caps to obtain sys_nice instead of setuid / setgid. # 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.
Finish editing this message first!
Please register or to comment