Merge "PreferredApps: Add iop-hal permissions for lmkd"

This commit is contained in:
qctecmdr
2020-04-01 01:46:08 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 8 additions and 0 deletions

View File

@@ -102,3 +102,9 @@ allow vendor_hal_perf {
# Allow to self kill capability
allow vendor_hal_perf_default self:capability { kill };
# Allow QSPM access
hal_client_domain(vendor_hal_perf_default, vendor_hal_qspmhal);
#Allow Display Config access
hal_client_domain(vendor_hal_perf_default, hal_graphics_composer);

View File

@@ -27,5 +27,7 @@
allow lmkd vendor_hal_perf_hwservice:hwservice_manager find;
allow lmkd vendor_hal_perf_default:binder call;
allow lmkd vendor_hal_iop_hwservice:hwservice_manager find;
allow lmkd vendor_hal_iop_default:binder call;
allow lmkd hwservicemanager:binder call;
get_prop(lmkd, hwservicemanager_prop);