1type hal_bluetooth_default, domain; 2hal_server_domain(hal_bluetooth_default, hal_bluetooth) 3 4allow hal_bluetooth_default bt_device:chr_file { open read write }; 5allow hal_bluetooth_default self:bluetooth_socket { create bind read write }; 6 7type hal_bluetooth_default_exec, exec_type, vendor_file_type, file_type; 8init_daemon_domain(hal_bluetooth_default) 9