fix build: exclude bluetooth from neverallow restriction

am: 7e38021623

Change-Id: I827a8b38264906bd06a8fefb9c3a8209dbc1035f
This commit is contained in:
Nick Kralevich 2016-08-23 02:15:49 +00:00 committed by android-build-merger
commit a59830d9fc

View file

@ -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.