diff --git a/vendor/hal_wifi_ext.te b/vendor/hal_wifi_ext.te index a16d595..b26ff32 100644 --- a/vendor/hal_wifi_ext.te +++ b/vendor/hal_wifi_ext.te @@ -1,4 +1,5 @@ allow hal_wifi_ext vendor_wlan_device:chr_file w_file_perms; +allow hal_wifi_ext vendor_wifi_vendor_data_file:dir rw_dir_perms; # write to files owned by location daemon allow hal_wifi_ext vendor_location_socket:dir rw_dir_perms; diff --git a/vendor/logger_app.te b/vendor/logger_app.te new file mode 100644 index 0000000..26c0cc6 --- /dev/null +++ b/vendor/logger_app.te @@ -0,0 +1,3 @@ +userdebug_or_eng(` + allow logger_app vendor_wifi_vendor_data_file:dir rw_dir_perms; +')