Merge "Add SeLinux policy for WiFi Vendor HAL AIDL service."
This commit is contained in:
commit
b7e21bcfe7
5 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,7 @@ var (
|
|||
"android.hardware.vibrator.IVibrator/default": []string{},
|
||||
"android.hardware.vibrator.IVibratorManager/default": []string{"android.hardware.vibrator-service.example_fuzzer"},
|
||||
"android.hardware.weaver.IWeaver/default": []string{},
|
||||
"android.hardware.wifi.IWifi/default": []string{},
|
||||
"android.hardware.wifi.hostapd.IHostapd/default": []string{},
|
||||
"android.hardware.wifi.supplicant.ISupplicant/default": []string{},
|
||||
"android.frameworks.stats.IStats/default": []string{},
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
hal_tv_input_service
|
||||
hal_tv_hdmi_service
|
||||
hal_tv_hdmi_cec_service
|
||||
hal_wifi_service
|
||||
healthconnect_service
|
||||
keystore_config_prop
|
||||
permissive_mte_prop
|
||||
|
|
|
@ -81,6 +81,7 @@ android.hardware.uwb.IUwb/default u:object_r:
|
|||
android.hardware.vibrator.IVibrator/default u:object_r:hal_vibrator_service:s0
|
||||
android.hardware.vibrator.IVibratorManager/default u:object_r:hal_vibrator_service:s0
|
||||
android.hardware.weaver.IWeaver/default u:object_r:hal_weaver_service:s0
|
||||
android.hardware.wifi.IWifi/default u:object_r:hal_wifi_service:s0
|
||||
android.hardware.wifi.hostapd.IHostapd/default u:object_r:hal_wifi_hostapd_service:s0
|
||||
android.hardware.wifi.supplicant.ISupplicant/default u:object_r:hal_wifi_supplicant_service:s0
|
||||
android.se.omapi.ISecureElementService/default u:object_r:secure_element_service:s0
|
||||
|
|
|
@ -3,6 +3,9 @@ binder_call(hal_wifi_client, hal_wifi_server)
|
|||
binder_call(hal_wifi_server, hal_wifi_client)
|
||||
|
||||
hal_attribute_hwservice(hal_wifi, hal_wifi_hwservice)
|
||||
hal_attribute_service(hal_wifi, hal_wifi_service)
|
||||
|
||||
binder_call(hal_wifi_server, servicemanager)
|
||||
|
||||
r_dir_file(hal_wifi, proc_net_type)
|
||||
r_dir_file(hal_wifi, sysfs_type)
|
||||
|
|
|
@ -317,6 +317,7 @@ type hal_vehicle_service, protected_service, hal_service_type, service_manager_t
|
|||
type hal_vibrator_service, protected_service, hal_service_type, service_manager_type;
|
||||
type hal_weaver_service, protected_service, hal_service_type, service_manager_type;
|
||||
type hal_nlinterceptor_service, protected_service, hal_service_type, service_manager_type;
|
||||
type hal_wifi_service, protected_service, hal_service_type, service_manager_type;
|
||||
type hal_wifi_hostapd_service, protected_service, hal_service_type, service_manager_type;
|
||||
type hal_wifi_supplicant_service, protected_service, hal_service_type, service_manager_type;
|
||||
type hal_gatekeeper_service, protected_service, hal_service_type, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue