Revert "sdm710-common: Remove QTI BT stack remnants"

This reverts commit c4e39b7326.

Resolves:
E vendor.qti.bluetooth@1.0-bluetooth_address: Failed to open /data/vendor/mac_addr/bt.mac: Permission denied
W bluetooth@1.0-s: type=1400 audit(0.0:95): avc: denied { search } for name="mac_addr" dev="sda31" ino=263 scontext=u:r:hal_bluetooth_qti:s0 tcontext=u:object_r:wifi_vendor_data_file:s0 tclass=dir permissive=0

Change-Id: I34ee9517031a3bc484c121708c9cf7f8b136cc80
This commit is contained in:
Ivan Vecera
2024-01-19 11:01:09 +01:00
parent e473f471a3
commit 30bfd25a8c

3
sepolicy/vendor/hal_bluetooth_qti.te vendored Normal file
View File

@@ -0,0 +1,3 @@
# 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;