Skip to content
Snippets Groups Projects
Commit 979b667c authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Fix build: Allow transitions from init domain to app_domain

am: 2a73adc6

Change-Id: I1014f04de4dcd28efd360a0956046a4235bbf02e
parents 5b1cdbca 2a73adc6
No related branches found
No related tags found
No related merge requests found
...@@ -501,7 +501,7 @@ neverallow { ...@@ -501,7 +501,7 @@ neverallow {
} shell:process { transition dyntransition }; } shell:process { transition dyntransition };
# Only domains spawned from zygote and runas may have the appdomain attribute. # 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') appdomain -shell userdebug_or_eng(`-su')
}:process { transition dyntransition }; }:process { transition dyntransition };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment