diff --git a/private/traced_probes.te b/private/traced_probes.te
index f84d69894e2bdb9e9ea0650569e17c32e7faeb47..b0b87d8496c1404371953f5b6abca53de1e6bcef 100644
--- a/private/traced_probes.te
+++ b/private/traced_probes.te
@@ -65,6 +65,10 @@ allow traced_probes {
   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
 ###