Revert^2 "bluetooth: Allow triggering AOC reset from BT HAL" am: eb2dcaedc8 am: 5c827dca3a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/25205134

Change-Id: Ief73384699e0dfba3d3b8a79545bb3a3ad27c4c4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chia-Chi Teng 2023-10-31 19:03:04 +00:00 committed by Automerger Merge Worker
commit 244aed251d

View file

@ -8,5 +8,9 @@ allow hal_bluetooth_btlinux vendor_bt_data_file:file create_file_perms;
# Allow triggering uart skip suspend # Allow triggering uart skip suspend
allow hal_bluetooth_btlinux sysfs_bt_uart:file rw_file_perms; 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 # allow the HAL to call cccdktimesync registered callbacks
binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app) binder_call(hal_bluetooth_btlinux, vendor_cccdktimesync_app)