Merge "Added permission for untrusted app to dsp hal"

This commit is contained in:
qctecmdr
2022-08-09 01:04:10 -07:00
committed by Gerrit - the friendly Code Review server

3
generic/private/untrusted_app_30.te Executable file → Normal file
View File

@@ -32,3 +32,6 @@
qesdk_app_access(untrusted_app_30);
hal_client_domain(untrusted_app_30, vendor_hal_qspmhal)
# allow app to be a client of DSP HAL
hal_client_domain(untrusted_app_30, vendor_hal_dspmanager)