su and perfprofd are coredomain too am: 6b558dcbea am: e1742ef066
am: f535a40d6e
Change-Id: I66da4d14a2388b1241b755280682f6e7d93d3830
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.