Skip to content
Snippets Groups Projects
Commit 2c2875b3 authored by Tej Singh's avatar Tej Singh Committed by android-build-merger
Browse files

Merge "Statsd sepolicy for thermal hal" am: f98cd4fa

am: 276b6f32

Change-Id: Ifa47833a9f9709d67ffd7a46502a67cda056b0de
parents 74b3ad28 276b6f32
Branches
Tags
No related merge requests found
...@@ -71,6 +71,7 @@ binder_call(statsd, stats) ...@@ -71,6 +71,7 @@ binder_call(statsd, stats)
# Allow access to with hardware layer and process stats. # Allow access to with hardware layer and process stats.
allow statsd proc_uid_cputime_showstat:file { getattr open read }; allow statsd proc_uid_cputime_showstat:file { getattr open read };
hal_client_domain(statsd, hal_power) hal_client_domain(statsd, hal_power)
hal_client_domain(statsd, hal_thermal)
# Allow 'adb shell cmd' to upload configs and download output. # Allow 'adb shell cmd' to upload configs and download output.
allow statsd adbd:fd use; allow statsd adbd:fd use;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment