diff --git a/vendor/hal_bluetooth_btlinux.te b/vendor/hal_bluetooth_btlinux.te index b2a7529c..1076442f 100644 --- a/vendor/hal_bluetooth_btlinux.te +++ b/vendor/hal_bluetooth_btlinux.te @@ -8,5 +8,9 @@ allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms; # Allow triggering uart skip suspend allow hal_bluetooth_btlinux sysfs_bt_uart:file rw_file_perms; +# Allow triggering AOC reset +allow hal_bluetooth_btlinux sysfs_aoc:dir search; +allow hal_bluetooth_btlinux sysfs_aoc_reset:file rw_file_perms; + # allow the HAL to call cccdktimesync registered callbacks binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)