Files
device_xiaomi_stone/sepolicy/vendor/hal_bluetooth_default.te
Ahmad Rulim 33d14449b7 sm6375-common: Reformat sepolicy file
Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
Change-Id: I863a8276214eb7c3060572ee3f0cfddcbf1e90e8
2023-06-30 17:49:14 +07:00

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)