Merge "sepolicy: Add rule to allow WLC app to use QSPA HAL"

This commit is contained in:
qctecmdr 2023-11-24 02:32:36 -08:00 committed by Gerrit - the friendly Code Review server
commit f809e031fa

View file

@ -33,6 +33,7 @@ allow vendor_wlc_app {
app_api_service
}:service_manager find;
hal_client_domain(vendor_wlc_app, vendor_hal_perf)
hal_client_domain(vendor_wlc_app, vendor_hal_qspa_qti)
set_prop(vendor_wlc_app, vendor_wlc_prop);
get_prop(vendor_wlc_app, build_bootimage_prop);