• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type hci_attach, domain;
2type hci_attach_exec, exec_type, vendor_file_type, file_type;
3
4init_daemon_domain(hci_attach)
5
6allow hci_attach kernel:system module_request;
7allow hci_attach hci_attach_dev:chr_file rw_file_perms;
8allow hci_attach bluetooth_efs_file:dir r_dir_perms;
9allow hci_attach bluetooth_efs_file:file r_file_perms;
10
11allow hci_attach rootfs:lnk_file getattr;
12allow hci_attach sysfs:file r_file_perms;
13