diff --git a/public/wificond.te b/public/wificond.te index 6a1932b55..254fcbca0 100644 --- a/public/wificond.te +++ b/public/wificond.te @@ -35,3 +35,9 @@ add_hwservice(wificond, system_wifi_keystore_hwservice) # Allow keystore binder access to serve the HwBinder service. allow wificond keystore_service:service_manager find; allow wificond keystore:keystore_key get; + +# Allow keystore2 binder access to serve the HwBinder service. +allow wificond wifi_key:keystore2_key { + get_info + use +};