Skip to content
Snippets Groups Projects
Commit 055a958d authored by Bookatz's avatar Bookatz Committed by Adam Bookatz
Browse files

NO PARTIAL RERUN

Statsd sepolicy hal_health

Statsd monitors battery capacity, which requires calls to the health
hal.

Fixes: 77923174
Bug: 77916472
Test: run cts-dev -m CtsStatsdHostTestCases -t android.cts.statsd.atom.HostAtomTests#testFullBatteryCapacity
Merged-In: I2d6685d4b91d8fbc7422dfdd0b6ed96bbddc0886
Change-Id: I767068c60cff6c1baba615d89186705107531c02
parent 96805f15
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ binder_call(statsd, stats) ...@@ -73,6 +73,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_health)
hal_client_domain(statsd, hal_power) hal_client_domain(statsd, hal_power)
hal_client_domain(statsd, hal_thermal) hal_client_domain(statsd, hal_thermal)
......
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