Skip to content
Snippets Groups Projects
Commit 92318b46 authored by Roshan Pius's avatar Roshan Pius Committed by android-build-merger
Browse files

Merge "wpa.te: Add binder permission back" am: b0c375d4 am: fd637d06 am: d4d7d190

am: e659cf26

Change-Id: If6105b3ff4bc9eec157ab835cabc52800c382909
parents 47e25deb e659cf26
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,9 @@ allow wpa wifi_data_file:dir create_dir_perms; ...@@ -21,6 +21,9 @@ allow wpa wifi_data_file:dir create_dir_perms;
allow wpa wifi_data_file:file create_file_perms; allow wpa wifi_data_file:file create_file_perms;
unix_socket_send(wpa, system_wpa, system_server) unix_socket_send(wpa, system_wpa, system_server)
# Keystore access via binder.
binder_use(wpa)
# HIDL interface exposed by WPA. # HIDL interface exposed by WPA.
hwbinder_use(wpa) hwbinder_use(wpa)
binder_call(wpa, wificond) binder_call(wpa, wificond)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment