From e29c90737ccdc1fb0f451cd4e3d1e51aca49226d Mon Sep 17 00:00:00 2001 From: Rui Wang Date: Wed, 16 Aug 2023 18:31:28 +0800 Subject: [PATCH 1/3] sepolicy: add hexlp aidl service sepolicy. Change-Id: Ib7e8fb8b20614b1958f54e4142cb43dd20ed44ea --- generic/public/attributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/generic/public/attributes b/generic/public/attributes index 81881734..913ca93c 100644 --- a/generic/public/attributes +++ b/generic/public/attributes @@ -170,6 +170,10 @@ attribute vendor_hal_vpp; attribute vendor_hal_vpp_client; attribute vendor_hal_vpp_server; +attribute vendor_hal_hexlp; +attribute vendor_hal_hexlp_client; +attribute vendor_hal_hexlp_server; + attribute vendor_hal_qconfig; attribute vendor_hal_qconfig_client; attribute vendor_hal_qconfig_server; From 56920032ed5d11835f15140eb763414b4ee50efd Mon Sep 17 00:00:00 2001 From: Manoj Basapathi Date: Wed, 28 Jun 2023 17:36:07 -0700 Subject: [PATCH 2/3] sepolicy: CACert system AIDL sepolicy changes CRs-Fixed: 3643023 Change-Id: I6ae0b4bdbbd80558592885cd3118f65a7864e05b --- generic/public/attributes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/generic/public/attributes b/generic/public/attributes index 913ca93c..8bdac4c6 100644 --- a/generic/public/attributes +++ b/generic/public/attributes @@ -27,12 +27,9 @@ # # Changes from Qualcomm Innovation Center are provided under the following license: # -# Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. +# Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved. # SPDX-License-Identifier: BSD-3-Clause-Clear # -# Changes from Qualcomm Innovation Center are provided under the following license: -# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. -# SPDX-License-Identifier: BSD-3-Clause-Clear attribute vendor_hal_hbtp; attribute vendor_hal_hbtp_client; @@ -329,3 +326,7 @@ attribute vendor_hal_imsrtphal_server; attribute vendor_hal_qspa_qti; attribute vendor_hal_qspa_qti_client; attribute vendor_hal_qspa_qti_server; + +attribute vendor_hal_cacert_qti; +attribute vendor_hal_cacert_qti_client; +attribute vendor_hal_cacert_qti_server; From 9f5db93bf33edd938e16429eb8e2c1f41fee83e7 Mon Sep 17 00:00:00 2001 From: Jagadeesh Pagadala Date: Thu, 9 Nov 2023 16:32:11 +0530 Subject: [PATCH 3/3] sepolicy: Add rule to allow WLC app to use QSPA HAL Workloadclassifier app is using QSPA HAL to query silver cpus. Change-Id: I13da493d65df350135b86c00d2b085669bebc263 --- generic/private/vendor_wlc_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/generic/private/vendor_wlc_app.te b/generic/private/vendor_wlc_app.te index b888200c..a127210c 100644 --- a/generic/private/vendor_wlc_app.te +++ b/generic/private/vendor_wlc_app.te @@ -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);