1type hal_bluetooth_btlinux, domain;
2type hal_bluetooth_btlinux_exec, exec_type, file_type, vendor_file_type;
3
4hal_server_domain(hal_bluetooth_btlinux, hal_bluetooth)
5init_daemon_domain(hal_bluetooth_btlinux)
6
7allow hal_bluetooth_btlinux self:socket { create bind read write };
8allow hal_bluetooth_btlinux self:bluetooth_socket { create bind read write };
9