Merge "wificond_service: drop system_service typeattribute"
This commit is contained in:
commit
ccf9fd7e20
2 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,7 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana
|
|||
type wifip2p_service, app_api_service, system_server_service, service_manager_type;
|
||||
type wifiscanner_service, system_api_service, system_server_service, service_manager_type;
|
||||
type wifi_service, app_api_service, system_server_service, service_manager_type;
|
||||
type wificond_service, system_server_service, service_manager_type;
|
||||
type wificond_service, service_manager_type;
|
||||
type wifiaware_service, app_api_service, system_server_service, service_manager_type;
|
||||
type window_service, system_api_service, system_server_service, service_manager_type;
|
||||
type wpa_supplicant_service, system_server_service, service_manager_type;
|
||||
|
|
|
@ -498,6 +498,7 @@ allow system_server nfc_service:service_manager find;
|
|||
allow system_server radio_service:service_manager find;
|
||||
allow system_server system_server_service:service_manager { add find };
|
||||
allow system_server surfaceflinger_service:service_manager find;
|
||||
allow system_server wificond_service:service_manager find;
|
||||
|
||||
allow system_server keystore:keystore_key {
|
||||
get_state
|
||||
|
|
Loading…
Reference in a new issue