Merge "Mark all clients of Allocator HAL"
diff --git a/private/perfprofd.te b/private/perfprofd.te
index 2b06cd9..9c249fd 100644
--- a/private/perfprofd.te
+++ b/private/perfprofd.te
@@ -1,3 +1,4 @@
 userdebug_or_eng(`
+  typeattribute perfprofd coredomain;
   init_daemon_domain(perfprofd)
 ')
diff --git a/private/su.te b/private/su.te
index 466bc0b..d42bf61 100644
--- a/private/su.te
+++ b/private/su.te
@@ -1,4 +1,6 @@
 userdebug_or_eng(`
+  typeattribute su coredomain;
+
   domain_auto_trans(shell, su_exec, su)
   # Allow dumpstate to call su on userdebug / eng builds to collect
   # additional information.