Merge "Allow traced_probes access to atrace HAL"
diff --git a/private/traced_probes.te b/private/traced_probes.te
index 2136fe1..d8d573a 100644
--- a/private/traced_probes.te
+++ b/private/traced_probes.te
@@ -74,6 +74,9 @@
hal_client_domain(traced_probes, hal_health)
hal_client_domain(traced_probes, hal_power_stats)
+# Allow access to Atrace HAL for enabling vendor/device specific tracing categories.
+hal_client_domain(traced_probes, hal_atrace)
+
# On debug builds allow to ingest system logs into the trace.
userdebug_or_eng(`read_logd(traced_probes)')