sm8350-common: sepolicy: Allow bluetooth hal to read bt.mac

nv_mac stores the mac address in /data/vendor/mac_addr/bt.mac
and the xiaomi bluetooth HAL reads it from there.

Change-Id: I4469befffdcefa76a989020d617089dfb3e26673
This commit is contained in:
Arian 2021-12-05 23:32:43 +01:00
parent 0b7ee41b13
commit ffe4f5367d

View File

@ -0,0 +1,2 @@
allow hal_bluetooth_default vendor_wifi_vendor_data_file:dir { search };
allow hal_bluetooth_default vendor_wifi_vendor_data_file:file { read open };