Drop permissive constraint from bluetooth policy.

Change-Id: I9580fb6af2591a9b16a76d730b5dcedf95614cd1
diff --git a/sepolicy/bluetooth_loader.te b/sepolicy/bluetooth_loader.te
index 642c19a..fcc50ab 100644
--- a/sepolicy/bluetooth_loader.te
+++ b/sepolicy/bluetooth_loader.te
@@ -5,8 +5,6 @@
 # Start bdAddrLoader from init
 init_daemon_domain(bluetooth_loader)
 
-permissive bluetooth_loader;
-
 # Run init.mako.bt.sh
 allow bluetooth_loader shell_exec:file { entrypoint read };
 allow bluetooth_loader bluetooth_loader_exec:file { getattr open execute_no_trans };