Resolve remaining occam denials before boot.

Change-Id: Id52d0e57da10c5b7edd77e52e73ac84a874c8064
diff --git a/sepolicy/hci_init.te b/sepolicy/hci_init.te
new file mode 100644
index 0000000..956fe7d
--- /dev/null
+++ b/sepolicy/hci_init.te
@@ -0,0 +1,11 @@
+type hci_init, domain;
+type hci_exec, file_type, exec_type;
+type hci_data_file, file_type;
+domain_auto_trans(shell, hci_exec, hci_init)
+
+allow hci_init shell:fd use;
+allow hci_init shell:fifo_file { write getattr };
+allow hci_init devpts:chr_file rw_file_perms;
+allow hci_init smd_device:chr_file rw_file_perms;
+allow hci_init bluetooth_data_file:file r_file_perms;
+unix_socket_connect(hci_init, property, init)