Allow wpa_supplicant to access Netlink Interceptor

wpa_supplicant needs permission to access the Netlink Interceptor HAL.

Bug: 224844967
Test: Modified version of wpa_supplicant can access Netlink Interceptor
Change-Id: I80c6c980b6655beadfaf14535702ad8e96c2befe
This commit is contained in:
Chris Weir 2022-03-24 16:45:20 -07:00
parent c2b73ca1b2
commit 6e92194802

View file

@ -30,3 +30,6 @@ get_prop(hal_wifi_supplicant_default, device_logging_prop)
# policy. This is dontaudited here to avoid conditional # policy. This is dontaudited here to avoid conditional
# device-specific behavior in wpa_supplicant. # device-specific behavior in wpa_supplicant.
dontaudit hal_wifi_supplicant_default wifi_data_file:dir search; dontaudit hal_wifi_supplicant_default wifi_data_file:dir search;
# Allow wpa supplicant to access Netlink Interceptor
hal_client_domain(hal_wifi_supplicant_default, hal_nlinterceptor)