From c4e39b732688817f2bdd1edcc91a3762d42c65dc Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 14 Oct 2022 22:10:46 +0100 Subject: [PATCH] sdm710-common: Remove QTI BT stack remnants Change-Id: I6627c1c0dc9b9873b8cf6f7301b2207e41ad963c --- sepolicy/vendor/hal_bluetooth_qti.te | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 sepolicy/vendor/hal_bluetooth_qti.te diff --git a/sepolicy/vendor/hal_bluetooth_qti.te b/sepolicy/vendor/hal_bluetooth_qti.te deleted file mode 100644 index f234e15..0000000 --- a/sepolicy/vendor/hal_bluetooth_qti.te +++ /dev/null @@ -1,3 +0,0 @@ -# Allow access and read WiFi vendor data -allow hal_bluetooth_qti wifi_vendor_data_file:dir search; -allow hal_bluetooth_qti wifi_vendor_data_file:file r_file_perms;