summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sepolicy/hal_bluetooth_hikey.te2
-rw-r--r--sepolicy/hci_attach.te2
2 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/hal_bluetooth_hikey.te b/sepolicy/hal_bluetooth_hikey.te
index 321f41d4..4a580499 100644
--- a/sepolicy/hal_bluetooth_hikey.te
+++ b/sepolicy/hal_bluetooth_hikey.te
@@ -1,5 +1,5 @@
type hal_bluetooth_hikey, domain;
-type hal_bluetooth_hikey_exec, exec_type, file_type;
+type hal_bluetooth_hikey_exec, exec_type, vendor_file_type, file_type;
hal_server_domain(hal_bluetooth_hikey, hal_bluetooth)
diff --git a/sepolicy/hci_attach.te b/sepolicy/hci_attach.te
index d87f4449..41f74cb8 100644
--- a/sepolicy/hci_attach.te
+++ b/sepolicy/hci_attach.te
@@ -1,5 +1,5 @@
type hci_attach, domain;
-type hci_attach_exec, exec_type, file_type;
+type hci_attach_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hci_attach)