This commit adds the sepolicy related files for hal_wifi_ext service. [ 27.714476] type=1400 audit(1670979557.360:29): avc: denied { call } for comm="binder:942_1" scontext=u:r:hal_wifi_ext:s0 tcontext=u:r:grilservice_app:s0:c215,c256,c512,c768 tclass=binder permissive=1 12-14 08:59:17.360 942 942 I binder:942_1: type=1400 audit(0.0:29): avc: denied { call } for scontext=u:r:hal_wifi_ext:s0 tcontext=u:r:grilservice_app:s0:c215,c256,c512,c768 tclass=binder permissive=1 Bug: 262455388 Test: Check no avc_deny on hal_wifi_ext Change-Id: Ibc48225845b0cd10bbe88527449016daa9ef9eff
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;
|