Skip to content
Snippets Groups Projects
Commit 37f0e340 authored by Ningyuan Wang's avatar Ningyuan Wang Committed by Android (Google) Code Review
Browse files

Merge "sepolicy: add sepolicy binder support for wificond"

parents 61dfd0ee d56bcb1c
No related branches found
No related tags found
No related merge requests found
...@@ -118,4 +118,5 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana ...@@ -118,4 +118,5 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana
type wifip2p_service, app_api_service, system_server_service, service_manager_type; 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 wifiscanner_service, system_api_service, system_server_service, service_manager_type;
type wifi_service, app_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 window_service, system_api_service, system_server_service, service_manager_type; type window_service, system_api_service, system_server_service, service_manager_type;
...@@ -143,5 +143,6 @@ webviewupdate u:object_r:webviewupdate_service:s0 ...@@ -143,5 +143,6 @@ webviewupdate u:object_r:webviewupdate_service:s0
wifip2p u:object_r:wifip2p_service:s0 wifip2p u:object_r:wifip2p_service:s0
wifiscanner u:object_r:wifiscanner_service:s0 wifiscanner u:object_r:wifiscanner_service:s0
wifi u:object_r:wifi_service:s0 wifi u:object_r:wifi_service:s0
wificond u:object_r:wificond_service:s0
window u:object_r:window_service:s0 window u:object_r:window_service:s0
* u:object_r:default_android_service:s0 * u:object_r:default_android_service:s0
...@@ -3,3 +3,8 @@ type wificond, domain; ...@@ -3,3 +3,8 @@ type wificond, domain;
type wificond_exec, exec_type, file_type; type wificond_exec, exec_type, file_type;
init_daemon_domain(wificond) init_daemon_domain(wificond)
binder_use(wificond)
binder_call(wificond, system_server)
allow wificond wificond_service:service_manager { add find };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment