Merge "Allow traced_probes to access battery coulomb counters"
diff --git a/private/traced_probes.te b/private/traced_probes.te
index f84d698..b0b87d8 100644
--- a/private/traced_probes.te
+++ b/private/traced_probes.te
@@ -65,6 +65,10 @@
   proc_stat
 }:file r_file_perms;
 
+
+# Allow access to the IHealth HAL service for tracing battery counters.
+hal_client_domain(traced_probes, hal_health)
+
 ###
 ### Neverallow rules
 ###