android_device_xiaomi_sm835.../sepolicy/vendor/hal_bluetooth_default.te
Arian ffe4f5367d 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
2022-04-02 00:00:58 +02:00

3 lines
150 B
Plaintext

allow hal_bluetooth_default vendor_wifi_vendor_data_file:dir { search };
allow hal_bluetooth_default vendor_wifi_vendor_data_file:file { read open };