diff --git a/whitechapel_pro/bluetooth.te b/whitechapel_pro/bluetooth.te index 9d909045..3795e299 100644 --- a/whitechapel_pro/bluetooth.te +++ b/whitechapel_pro/bluetooth.te @@ -1,2 +1,5 @@ allow bluetooth proc_vendor_sched:dir r_dir_perms; -allow bluetooth proc_vendor_sched:file w_file_perms; \ No newline at end of file +allow bluetooth proc_vendor_sched:file w_file_perms; + +allow hal_bluetooth_btlinux aoc_device:chr_file { getattr open read write }; +allow hal_bluetooth_btlinux device:dir r_dir_perms; \ No newline at end of file