bluetooth: Allow triggering AOC reset from BT HAL am: 858f999657
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/24869257 Change-Id: I5bdeb95ad44c69d2b8cd04f12dc7cde49580084c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
89d7732591
1 changed files with 4 additions and 0 deletions
4
vendor/hal_bluetooth_btlinux.te
vendored
4
vendor/hal_bluetooth_btlinux.te
vendored
|
@ -5,5 +5,9 @@ allow hal_bluetooth_btlinux device:dir r_dir_perms;
|
|||
allow hal_bluetooth_btlinux vendor_bt_data_file:dir rw_dir_perms;
|
||||
allow hal_bluetooth_btlinux vendor_bt_data_file:file create_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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue