diff --git a/private/hci_attach.te b/private/hci_attach.te deleted file mode 100644 index 6a85b25a989cd890757e37550698f14d4b37496d..0000000000000000000000000000000000000000 --- 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 04b6113e13ffd13d413b887c6d0c5c601fa3820e..0000000000000000000000000000000000000000 --- 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;