You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
589 B
15 lines
589 B
type init-qcom-wlan-sh, domain;
|
|
type init-qcom-wlan-sh_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(init-qcom-wlan-sh)
|
|
|
|
allow init-qcom-wlan-sh vendor_shell_exec:file rx_file_perms;
|
|
allow init-qcom-wlan-sh vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
# Set the vendor.wlan.driver.version and vendor.wlan.firmware.version property
|
|
set_prop(init-qcom-wlan-sh, vendor_wifi_version)
|
|
|
|
# /sys/kernel/wifi/wlan/driver_version and /sys/kernel/wifi/wlan/fw/0/version
|
|
allow init-qcom-wlan-sh sysfs_msm_wlan:dir r_dir_perms;
|
|
allow init-qcom-wlan-sh sysfs_msm_wlan:file r_file_perms;
|