Enable permission checking by binderservicedomain.
am: 32d207e042
* commit '32d207e042c280a1d230e180dc6d49aba3b0248c':
Enable permission checking by binderservicedomain.
diff --git a/bluetooth.te b/bluetooth.te
index f77bd0d..338f2b2 100644
--- a/bluetooth.te
+++ b/bluetooth.te
@@ -3,6 +3,8 @@
app_domain(bluetooth)
net_domain(bluetooth)
+wakelock_use(bluetooth);
+
# Data file accesses.
allow bluetooth bluetooth_data_file:dir create_dir_perms;
allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms;