Home | History | Annotate | Download | only in sepolicy
      1 type hci_attach, domain;
      2 type hci_attach_exec, exec_type, file_type;
      3 
      4 init_daemon_domain(hci_attach)
      5 
      6 allow hci_attach kernel:system module_request;
      7 allow hci_attach hci_attach_dev:chr_file rw_file_perms;
      8 allow hci_attach bluetooth_efs_file:dir r_dir_perms;
      9 allow hci_attach bluetooth_efs_file:file r_file_perms;
     10