Skip to content
Snippets Groups Projects
Commit 2a73adc6 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Fix build: Allow transitions from init domain to app_domain

Change-Id: I35c70e171e0bfbb28992845a4927b9a29b28f110
parent c5266df9
No related branches found
No related tags found
No related merge requests found
...@@ -484,7 +484,7 @@ neverallow { ...@@ -484,7 +484,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