diff --git a/attributes b/attributes
index a9b211fd0c0d4792afe14efe9aba7ec7fd03bdb8..e42edd615cc05049943b6d8cb99d68e9c85deaec 100644
--- a/attributes
+++ b/attributes
@@ -73,6 +73,3 @@ attribute bluetoothdomain;
 
 # All domains used for binder service domains.
 attribute binderservicedomain;
-
-# All domains that are excluded from the domain.te auditallow.
-attribute service_manager_local_audit;
diff --git a/dumpstate.te b/dumpstate.te
index 43daac4acc2103cc14ed4695bfc136882f3ba716..584b1406f1c08f4b2804751aac947ac8e7bb85cd 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -109,6 +109,5 @@ allow dumpstate tombstone_data_file:file r_file_perms;
 
 allow dumpstate { service_manager_type -gatekeeper_service }:service_manager find;
 allow dumpstate servicemanager:service_manager list;
-service_manager_local_audit_domain(dumpstate)
 
 allow dumpstate devpts:chr_file rw_file_perms;
diff --git a/isolated_app.te b/isolated_app.te
index 1cede96cbe3dab9e0cf83cba31549e5031ab15e6..ef68986820b363262f20fe7741ec6ff97fdfd047 100644
--- a/isolated_app.te
+++ b/isolated_app.te
@@ -18,8 +18,6 @@ allow isolated_app app_data_file:file { read write getattr lock };
 allow isolated_app activity_service:service_manager find;
 allow isolated_app display_service:service_manager find;
 
-service_manager_local_audit_domain(isolated_app)
-
 #####
 ##### Neverallow
 #####
diff --git a/shell.te b/shell.te
index ac553462a9374f4de8bb2dd043899aae09e1c6e9..1be9eec97092076d0a3f6921e1dfbeef4294c9ff 100644
--- a/shell.te
+++ b/shell.te
@@ -63,7 +63,6 @@ allow shell kernel:system syslog_read;
 allow shell servicemanager:service_manager list;
 # don't allow shell to access GateKeeper service
 allow shell { service_manager_type -gatekeeper_service }:service_manager find;
-service_manager_local_audit_domain(shell)
 
 # allow shell to look through /proc/ for ps, top
 allow shell domain:dir { search open read getattr };
diff --git a/su.te b/su.te
index 9c01fc530327a63a927d7d42ebc292500c67e191..d4a488ba3d2b1c479fadb1d9872b1aaa56cd7235 100644
--- a/su.te
+++ b/su.te
@@ -50,5 +50,4 @@ userdebug_or_eng(`
   dontaudit su domain:debuggerd *;
   dontaudit su domain:drmservice *;
   dontaudit su unlabeled:filesystem *;
-  service_manager_local_audit_domain(su)
 ')
diff --git a/te_macros b/te_macros
index 5248f18498e14eac96b057f11605b30e699142d5..a76bb5df3af3dcd1a3d23990628e04cc184afd7b 100644
--- a/te_macros
+++ b/te_macros
@@ -364,14 +364,6 @@ define(`use_keystore', `
   binder_call($1, keystore)
 ')
 
-###########################################
-# service_manager_local_audit_domain(domain)
-# Has its own auditallow rule on service_manager
-# and should be excluded from the domain.te auditallow.
-define(`service_manager_local_audit_domain', `
-  typeattribute $1 service_manager_local_audit;
-')
-
 ###########################################
 # use_drmservice(domain)
 # Ability to use DrmService which requires