Revert "[SQUASH] Merge tag 'LA.QSSI.13.0.r1-07100-qssi.0' into staging/lineage-20.0_merge-LA.QSSI.13.0.r1-07100-qssi.0"

This reverts commit 532dca565a.

Reason for revert: Pushed squash instead of normal merge

Change-Id: Ice8972805fda62ac90408f8faddc5348c20e6353
This commit is contained in:
Michael Bestas
2022-10-05 16:51:23 +02:00
parent 532dca565a
commit 41f132b758
4 changed files with 1 additions and 12 deletions

View File

@@ -27,5 +27,3 @@
get_prop(domain, vendor_exported_system_prop)
get_prop(domain, vendor_exported_odm_prop)
dontaudit domain vendor_afp_prop:file r_file_perms;

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

@@ -58,6 +58,3 @@ typeattribute platform_app hal_wifi_supplicant_client;
get_prop(platform_app, radio_cdma_ecm_prop)
unix_socket_connect(platform_app, vendor_dpmtcm, vendor_tcmd);
# allow platform_app access to hal service
hal_client_domain(platform_app, vendor_hal_dspmanager);

View File

@@ -37,7 +37,4 @@ typeattribute untrusted_app vendor_hal_qvrservice_qti_socket_fd_use_client;
typeattribute untrusted_app vendor_hal_sxrservice_qti_socket_fd_use_client;
# allow app to be a client of DSP HAL
hal_client_domain(untrusted_app, vendor_hal_dspmanager)
# allow app to be a client of QSPM HAL
hal_client_domain(untrusted_app, vendor_hal_qspmhal)
hal_client_domain(untrusted_app, vendor_hal_dspmanager)

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

@@ -32,6 +32,3 @@
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)