commit | 647d9163d65817cd0cf512c68258ab025d7f6224 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon Dec 03 19:32:55 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 03 19:32:55 2018 +0000 |
tree | 2210a7514532b748117b401edb16dbd6ffd93ca7 | |
parent | bbdb25f680600326c94b3f21bfc30b50cc6dfc74 [diff] | |
parent | 353b93a90c95653a3299d8077d8b467f7692c5ba [diff] |
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 ###