diff --git a/sepolicy/vendor/hal_bluetooth_qti.te b/sepolicy/vendor/hal_bluetooth_qti.te new file mode 100644 index 0000000..f234e15 --- /dev/null +++ b/sepolicy/vendor/hal_bluetooth_qti.te @@ -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;