fix build: exclude bluetooth from neverallow restriction
am: 7e38021623
Change-Id: I827a8b38264906bd06a8fefb9c3a8209dbc1035f
This commit is contained in:
commit
a59830d9fc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue