sepolicy: bluetoothtbd.te: allow socket operations

BUG=28011699

Change-Id: I0400d5e781216838d796186a1ddbf2010fa29f5f
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
diff --git a/sepolicy/bluetoothtbd.te b/sepolicy/bluetoothtbd.te
index 00c93c3..a65e2c0 100644
--- a/sepolicy/bluetoothtbd.te
+++ b/sepolicy/bluetoothtbd.te
@@ -26,6 +26,7 @@
 
 allow bluetoothtbd self:capability net_admin;
 allow bluetoothtbd self:capability2 wake_alarm;
+allow bluetoothtbd self:socket create_socket_perms;
 
 # Allow crash_reporter access to core dump files.
 allow_crash_reporter(bluetoothtbd)