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