[ALPS03958900] wlan_assistant: add permission for /data/vendor
[Detail] need permission for /data/vendor [Solution] Add required permission into .te MTK-Commit-Id: 9ae9e38fc9496da574627daeaec32c8552da2a99 Change-Id: I27202f4f4d29c4d37c3d87affbe6df051ff11c39 Signed-off-by: Simfex Chiu <simfex.chiu@mediatek.com> CR-Id: ALPS03958900 Feature: [Module]Wi-Fi HAL
This commit is contained in:
parent
590d94440a
commit
cd9eee157d
@ -37,4 +37,8 @@ allow wlan_assistant nvdata_file:file { read getattr open };
|
|||||||
allow wlan_assistant sysfs:file { open read };
|
allow wlan_assistant sysfs:file { open read };
|
||||||
allow wlan_assistant wmtWifi_device:chr_file { read write getattr open };
|
allow wlan_assistant wmtWifi_device:chr_file { read write getattr open };
|
||||||
|
|
||||||
|
# allow wlan_assistant to read file under /data/vendor
|
||||||
|
allow wlan_assistant vendor_data_file:dir { search read getattr open };
|
||||||
|
allow wlan_assistant vendor_data_file:file { read getattr open };
|
||||||
|
|
||||||
allow wlan_assistant mnt_vendor_file :dir search;
|
allow wlan_assistant mnt_vendor_file :dir search;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user