diff --git a/private/traced_probes.te b/private/traced_probes.te index ad6611c94..8aa475e65 100644 --- a/private/traced_probes.te +++ b/private/traced_probes.te @@ -66,10 +66,12 @@ 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) +# On debug builds allow to ingest system logs into the trace. +userdebug_or_eng(`read_logd(traced_probes)') + ### ### Neverallow rules ###