Allow vendor domain to communicate with traced. am: 670b38baa9

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2009117

Change-Id: I87a0933db89b416a50072fbad8f21884f327d554
diff --git a/private/domain.te b/private/domain.te
index acf5f55..ef9d036 100644
--- a/private/domain.te
+++ b/private/domain.te
@@ -500,6 +500,7 @@
     -init
     -tombstoned # linker to tombstoned
     userdebug_or_eng(`-heapprofd')
+    userdebug_or_eng(`-traced')
     userdebug_or_eng(`-traced_perf')
   });
 ')