Skip to content
Snippets Groups Projects
Commit 5e09765c authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

fix build: exclude bluetooth from neverallow restriction am: 7e380216 am: a59830d9

am: ce84793b

Change-Id: Ief73a034bbd522f633cda815e7a4d0f319e78f49
parents 4bfb943d ce84793b
No related branches found
No related tags found
No related merge requests found
...@@ -489,7 +489,7 @@ neverallow { ...@@ -489,7 +489,7 @@ neverallow {
# 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 } {
appdomain -shell userdebug_or_eng(`-su') appdomain -shell userdebug_or_eng(`-su') -bluetooth
}:process { transition dyntransition }; }:process { transition dyntransition };
# Minimize read access to shell- or app-writable symlinks. # Minimize read access to shell- or app-writable symlinks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment