summaryrefslogtreecommitdiff
path: root/sepolicy/hci_attach.te
blob: 4fd2a50b313899055da1812b691e54d2d953a1b4 (plain)
1
2
3
4
5
6
7
8
type hci_attach, domain, device_domain_deprecated;
type hci_attach_exec, exec_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;