Duplicate from zuma-sepolicy 7f3e2b9 Test: make selinux_policy Bug: 296187211 Change-Id: If686fbdcf058849479019e8b37bb1d57a0215ed6 Signed-off-by: Wilson Sung <wilsonsung@google.com>
9 lines
397 B
Text
9 lines
397 B
Text
# Allow wifi_ext to report callbacks to gril-service app
|
|
binder_call(hal_wifi_ext, grilservice_app)
|
|
|
|
# Write wlan driver/fw version into property
|
|
set_prop(hal_wifi_ext, vendor_wifi_version)
|
|
|
|
# Allow wifi_ext to read and write /data/vendor/firmware/wifi
|
|
allow hal_wifi_ext updated_wifi_firmware_data_file:dir rw_dir_perms;
|
|
allow hal_wifi_ext updated_wifi_firmware_data_file:file create_file_perms;
|