android_system_sepolicy/vendor/hal_wifi_offload_default.te
Sohani Rao 325bf72592 SE Policy for Wifi Offload HAL
Update SE Policy to allow calls to and callbacks from Wifi Offload HAL
HIDL binderized service.
Combined cherry pick from d56aa1982d15acfc2408271138dac43f1e5dc987
and 66e27bf502

Bug: 32842314
Test: Unit tests, Mannual test to ensure Wifi can be brought up and
connected to an AP, ensure that Offload HAL service is running and that
that wificond can get the service handle by calling hwservicemanager.

Change-Id: I0fc51a4152f1891c8d88967e75d45ded115e766e
2017-05-18 09:49:55 -07:00

6 lines
223 B
Plaintext

type hal_wifi_offload_default, domain;
hal_server_domain(hal_wifi_offload_default, hal_wifi_offload)
type hal_wifi_offload_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_wifi_offload_default)