mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
Signed-off-by: Ahmad Rulim <personal@rulim34.dev> Change-Id: I863a8276214eb7c3060572ee3f0cfddcbf1e90e8
8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
# Allow hal_bluetooth_default to read files in vendor_wifi_vendor_data_file
|
|
r_dir_file(hal_bluetooth_default, vendor_wifi_vendor_data_file)
|
|
|
|
allow hal_bluetooth_default vendor_wifi_vendor_data_file:dir rw_dir_perms;
|
|
allow hal_bluetooth_default vendor_wifi_vendor_data_file:file create_file_perms;
|
|
|
|
get_prop(hal_bluetooth_default, vendor_wifi_prop)
|