Skip to content
Snippets Groups Projects
Commit f10fc077 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

am: 2c2875b3

Change-Id: I180901762900f10e8250b1bb5444669f7bee2f93
parents af5e6f18 2c2875b3
No related branches found
No related tags found
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