diff --git a/domain.te b/domain.te
index f93089ff2503d59a0c915fe16fb894e41f78c953..4c4f0f43d19f240087683d84a5301af0d378309e 100644
--- a/domain.te
+++ b/domain.te
@@ -515,7 +515,7 @@ neverallow {
 } shell:process { transition dyntransition };
 
 # Only domains spawned from zygote and runas may have the appdomain attribute.
-neverallow { domain -runas -zygote -init } {
+neverallow { domain -runas -zygote } {
   appdomain -shell userdebug_or_eng(`-su')
 }:process { transition dyntransition };