hikey: Add Bluetooth HAL sepolicy
Test: builds, files are labeled correctly
Change-Id: Ie14ca17d7c152a02a738bac0f42a0d94e26cfb60
diff --git a/sepolicy/hal_bluetooth_hikey.te b/sepolicy/hal_bluetooth_hikey.te
new file mode 100644
index 0000000..f16f9fb
--- /dev/null
+++ b/sepolicy/hal_bluetooth_hikey.te
@@ -0,0 +1,6 @@
+type hal_bluetooth_hikey, domain;
+type hal_bluetooth_hikey_exec, exec_type, file_type;
+
+hal_impl_domain(hal_bluetooth_hikey, hal_bluetooth)
+
+init_daemon_domain(hal_bluetooth_hikey)