Skip to content
Snippets Groups Projects
Commit 54c9dafb authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Allow wpa_supplicant to read security logging property.

This is needed to allow it to log audit events, e.g. cert
validation failure.

Bug: 70886042
Test: manual, attempt connecting to EAP-TLS wifi with bad cert.
Merged-In: Ia1b0f3c6e02697fdb5018082d5c851f116013fb1
Change-Id: Ia1b0f3c6e02697fdb5018082d5c851f116013fb1
parent 72527282
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,6 @@ type_transition hal_wifi_supplicant_default wifi_data_file:dir wpa_socket "socke
hwbinder_use(hal_wifi_supplicant_default)
allow hal_wifi_supplicant_default system_wifi_keystore_hwservice:hwservice_manager find;
binder_call(hal_wifi_supplicant_default, wifi_keystore_service_server)
# Write to security logs for audit.
get_prop(hal_wifi_supplicant_default, device_logging_prop)
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