Merge tag 'LA.QSSI.14.0.r1-11200-qssi.0' of https://git.codelinaro.org/clo/la/device/qcom/sepolicy into lineage-21.0
"LA.QSSI.14.0.r1-11200-qssi.0" * tag 'LA.QSSI.14.0.r1-11200-qssi.0' of https://git.codelinaro.org/clo/la/device/qcom/sepolicy: sepolicy: Add rule to allow WLC app to use QSPA HAL sepolicy: CACert system AIDL sepolicy changes sepolicy: add hexlp aidl service sepolicy. Change-Id: I1476df7bf1d143f14581f3a1702de6346ad5f559
This commit is contained in:
commit
69da3f7a54
2 changed files with 10 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
@ -170,6 +167,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;
|
||||
|
@ -330,6 +331,10 @@ 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;
|
||||
|
||||
#attributes for aks gamepad hal
|
||||
attribute hal_gamepad;
|
||||
attribute hal_gamepad_client;
|
||||
|
|
Loading…
Reference in a new issue