Merge "wpa.te: Add binder permission back"
am: b0c375d46d
Change-Id: I592ed31123b505a1863b514ff6acb98b2771ee41
This commit is contained in:
commit
fd637d065f
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ allow wpa wifi_data_file:dir create_dir_perms;
|
|||
allow wpa wifi_data_file:file create_file_perms;
|
||||
unix_socket_send(wpa, system_wpa, system_server)
|
||||
|
||||
# Keystore access via binder.
|
||||
binder_use(wpa)
|
||||
|
||||
# HIDL interface exposed by WPA.
|
||||
hwbinder_use(wpa)
|
||||
binder_call(wpa, wificond)
|
||||
|
|
Loading…
Reference in a new issue