diff --git a/wpa_supplicant.te b/wpa_supplicant.te
index 1ebf5560201ceb4d22b1a2831b8fd59443682754..2f51ff322c3719b372815b22fd43b48adbc37dda 100644
--- a/wpa_supplicant.te
+++ b/wpa_supplicant.te
@@ -15,6 +15,9 @@ allow wpa wifi_data_file:file create_file_perms;
 unix_socket_send(wpa, system_wpa, system_server)
 allow wpa random_device:chr_file r_file_perms;
 
+binder_use(wpa)
+binder_call(wpa, keystore)
+
 # Create a socket for receiving info from wpa
 type_transition wpa wifi_data_file:sock_file wpa_socket;
 allow wpa wpa_socket:dir { rw_dir_perms setattr };