selinux: Add policy for rild to add IWlan HAL.

Change-Id: Ife3b1197be06593aae1eb031f79ca64c513d8b6e
This commit is contained in:
Eric Chang 2018-10-16 17:16:00 -07:00
parent c21eb88d4b
commit 9413225997
3 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@
type hal_cne_hwservice, hwservice_manager_type;
type vnd_ims_radio_hwservice, hwservice_manager_type;
type vnd_qcrilhook_hwservice, hwservice_manager_type;
type hal_iwlan_hwservice, hwservice_manager_type;
type hal_display_config_hwservice, hwservice_manager_type;
type hal_imsrcsd_hwservice, hwservice_manager_type;
type hal_imsrtp_hwservice, hwservice_manager_type;

View file

@ -27,6 +27,7 @@
com.qualcomm.qti.ant::IAntHci u:object_r:hal_bluetooth_hwservice:s0
com.qualcomm.qti.ims.radio::IImsRadio u:object_r:vnd_ims_radio_hwservice:s0
com.qualcomm.qti.qcril.qcrilhook::IQtiOemHook u:object_r:vnd_qcrilhook_hwservice:s0
vendor.qti.hardware.data.iwlan::IIWlan u:object_r:hal_iwlan_hwservice:s0
com.qualcomm.qti.uceservice::IUceService u:object_r:hal_imsrcsd_hwservice:s0
vendor.qti.ims.callinfo::IService u:object_r:hal_imscallinfo_hwservice:s0
vendor.qti.qcril.am::IQcRilAudio u:object_r:vnd_qcrilhook_hwservice:s0

View file

@ -51,6 +51,7 @@ userdebug_or_eng(`
')
hal_server_domain(rild, hal_secure_element)
add_hwservice(rild, hal_iwlan_hwservice)
get_prop(rild, exported3_radio_prop)
get_prop(rild, vendor_dataqdp_prop)