You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
416 B
13 lines
416 B
type hci_attach, domain;
|
|
type hci_attach_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(hci_attach)
|
|
|
|
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;
|
|
|
|
allow hci_attach rootfs:lnk_file getattr;
|
|
allow hci_attach sysfs:file r_file_perms;
|