diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-09-14 16:30:18 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-09-14 16:30:18 +0800 |
commit | 3b01fef5cd2ff64feffb29d12d3945d73767fa36 (patch) | |
tree | 346ca239a8189e8b09bd60683b728d235ecb21f4 | |
parent | c2344e83cc95d5ea029c7025e0f6eff25d907c72 (diff) |
lynx: sepolicy: Allow wifi hal to read vendor_wlan_device
Change-Id: Ic70874e4df1acd3cacf9ea8f5c14d8c537fa5fbe
-rw-r--r-- | sepolicy/vendor/hal_wifi_ext.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/vendor/hal_wifi_ext.te b/sepolicy/vendor/hal_wifi_ext.te index fbe187d..5ea961f 100644 --- a/sepolicy/vendor/hal_wifi_ext.te +++ b/sepolicy/vendor/hal_wifi_ext.te @@ -1,4 +1,4 @@ -allow hal_wifi_ext vendor_wlan_device:chr_file w_file_perms; +allow hal_wifi_ext vendor_wlan_device:chr_file rw_file_perms; allow hal_wifi_ext vendor_wifi_vendor_data_file:dir rw_dir_perms; # write to files owned by location daemon |