Merge changes I5a3584b6,Ic7252a8e,I2d4ace75
* changes:
Various minor policy fixes based on CTS.
Split internal and external sdcards
Give sdcard sys_admin capability.
diff --git a/bluetooth.te b/bluetooth.te
index 8fb0882..cd17967 100644
--- a/bluetooth.te
+++ b/bluetooth.te
@@ -21,6 +21,7 @@
# SELinux does not presently define a specific socket class for
# bluetooth sockets, nor does it distinguish among the bluetooth protocols.
allow bluetoothdomain self:socket *;
+allow bluetoothdomain bluetooth:unix_stream_socket { read write shutdown };
# tethering
allow bluetooth self:{ tun_socket udp_socket } { ioctl create };