Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
979b667c
Commit
979b667c
authored
Jun 25, 2016
by
Eino-Ville Talvala
Committed by
android-build-merger
Jun 25, 2016
Browse files
Options
Downloads
Plain Diff
Fix build: Allow transitions from init domain to app_domain
am:
2a73adc6
Change-Id: I1014f04de4dcd28efd360a0956046a4235bbf02e
parents
5b1cdbca
2a73adc6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
domain.te
+1
-1
1 addition, 1 deletion
domain.te
with
1 addition
and
1 deletion
domain.te
+
1
−
1
View file @
979b667c
...
...
@@ -501,7 +501,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 };
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment