Merge "Move hci_attach to hikey"
diff --git a/private/hci_attach.te b/private/hci_attach.te
deleted file mode 100644
index 6a85b25..0000000
--- a/private/hci_attach.te
+++ /dev/null
@@ -1,3 +0,0 @@
-# type_transition must be private policy the domain_trans rules could stay
-# public, but conceptually should go with this
-init_daemon_domain(hci_attach)
diff --git a/public/hci_attach.te b/public/hci_attach.te
deleted file mode 100644
index 04b6113..0000000
--- a/public/hci_attach.te
+++ /dev/null
@@ -1,7 +0,0 @@
-type hci_attach, domain, domain_deprecated;
-type hci_attach_exec, exec_type, file_type;
-
-allow hci_attach kernel:system module_request;
-allow hci_attach hci_attach_dev:chr_file rw_file_perms;
-allow hci_attach bluetooth_efs_file:dir r_dir_perms;
-allow hci_attach bluetooth_efs_file:file r_file_perms;