Skip to content
Snippets Groups Projects
Commit e659cf26 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

Change-Id: If097f9a314c7e0bb4f87da87b3c83f46948edead
parents abf4cdc3 d4d7d190
Branches
Tags
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