From d240d1b4e29a9c7f9b5229bc32a716f44e18f768 Mon Sep 17 00:00:00 2001 From: Chia-Chi Teng Date: Thu, 16 Nov 2023 22:37:36 +0000 Subject: [PATCH] Revert^3 "bluetooth: Allow triggering AOC reset from BT HAL" eb2dcaedc8ec80ce8a904d8dddc6164735976d29 Change-Id: Idb64a3e6d60747273159682102a5367b99fe6833 --- vendor/hal_bluetooth_btlinux.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vendor/hal_bluetooth_btlinux.te b/vendor/hal_bluetooth_btlinux.te index 1076442f..b2a7529c 100644 --- a/vendor/hal_bluetooth_btlinux.te +++ b/vendor/hal_bluetooth_btlinux.te @@ -8,9 +8,5 @@ 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)