1 allow bluetooth sysfs:file rw_file_perms; 2 allow bluetooth sysfs_usb:file w_file_perms; 3 4 allow bluetooth ttyHS0_device:chr_file rw_file_perms; 5 allow bluetooth start_hci_filter:unix_stream_socket connectto; 6 7 set_prop(bluetooth, wc_transport_prop) 8 9 # read /persist/bdaddr.txt 10 allow bluetooth persist_file:dir search; 11 allow bluetooth persist_file:file r_file_perms; 12