su and perfprofd are coredomain too am: 6b558dcbea
am: e1742ef066

Change-Id: I007ae4064a8daf690b15bc5196131169727cbec9
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.