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

fix build: exclude bluetooth from neverallow restriction

am: 7e380216

Change-Id: I827a8b38264906bd06a8fefb9c3a8209dbc1035f
parents 69fe5d07 7e380216
No related branches found
No related tags found
No related merge requests found
......@@ -489,7 +489,7 @@ neverallow {
# Only domains spawned from zygote and runas may have the appdomain attribute.
neverallow { domain -runas -zygote } {
appdomain -shell userdebug_or_eng(`-su')
appdomain -shell userdebug_or_eng(`-su') -bluetooth
}:process { transition dyntransition };
# 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