blob: 2a55d512b177896a539e7898ff336b1124da9d10 [file] [log] [blame]
William Roberts7fa2f9e2012-05-31 09:40:12 -04001type hci_attach, domain;
Stephen Smalleye14a51d2013-10-29 14:42:36 -04002permissive hci_attach;
William Roberts7fa2f9e2012-05-31 09:40:12 -04003type hci_attach_exec, exec_type, file_type;
4
5init_daemon_domain(hci_attach)
Stephen Smalleye14a51d2013-10-29 14:42:36 -04006
7allow hci_attach kernel:system module_request;
8allow hci_attach hci_attach_dev:chr_file rw_file_perms;
9allow hci_attach bluetooth_efs_file:dir r_dir_perms;
10allow hci_attach bluetooth_efs_file:file r_file_perms;