Merge "GpuStats: sepolicy change for using new statsd puller api"

This commit is contained in:
Treehugger Robot 2020-02-05 21:58:42 +00:00 committed by Gerrit Code Review
commit 231b89410f
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,10 @@ allow gpuservice devpts:chr_file { read write getattr };
allow gpuservice dumpstate:fd use;
allow gpuservice dumpstate:fifo_file write;
# Needed for stats callback registration to statsd.
allow gpuservice stats_service:service_manager find;
binder_call(gpuservice, statsd);
add_service(gpuservice, gpu_service)
# Only uncomment below line when in development

View File

@ -41,6 +41,7 @@ neverallow {
domain
-dumpstate
-gmscore_app
-gpuservice
-incidentd
-platform_app
-priv_app