Skip to content
Snippets Groups Projects
Commit e2f6a052 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

am: 979b667c

Change-Id: I5ca132ed7059e7b3007156e6761b0ec4d68d0890
parents 1937f800 979b667c
No related branches found
No related tags found
No related merge requests found
......@@ -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 } {
neverallow { domain -runas -zygote -init } {
appdomain -shell userdebug_or_eng(`-su')
}:process { transition dyntransition };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment