diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-09-14 16:30:18 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:28:00 +0800 |
commit | 458ed7c57f16caf3be8bf9f807aa94617a80725c (patch) | |
tree | 2057194457ac7de5a679f14d3368b75cd7998e06 | |
parent | bfffb999cd4da76e8726ed3985df11fed223c2c6 (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 |