diff options
author | Shubhra Singh <quic_shubhras@quicinc.com> | 2023-03-16 15:49:37 +0530 |
---|---|---|
committer | Shubhra Singh <quic_shubhras@quicinc.com> | 2023-03-21 15:35:44 +0530 |
commit | 96706c2fd8f0faaed878bd030b17f746dea37758 (patch) | |
tree | 49c87026a40f7d331d223ce33f3dd4eda0b9f0f6 | |
parent | 29715d1e8893e16b5b9c55c54d0abb206ef2be72 (diff) |
sepolicy_vndr: add vendor_episteme_app
Change-Id: I2a4f6014d923a156e17d428b372c492ea2b33ab0
-rw-r--r-- | qva/vendor/test/episteme_app.te | 9 | ||||
-rwxr-xr-x | qva/vendor/test/seapp_contexts | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/qva/vendor/test/episteme_app.te b/qva/vendor/test/episteme_app.te new file mode 100644 index 00000000..53de5e53 --- /dev/null +++ b/qva/vendor/test/episteme_app.te @@ -0,0 +1,9 @@ +# Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. +# SPDX-License-Identifier: BSD-3-Clause-Clear + +type vendor_episteme_app, domain; +app_domain(vendor_episteme_app) +allow vendor_episteme_app app_api_service:service_manager find; +hal_client_domain(vendor_episteme_app, vendor_hal_qms_qti) +hal_client_domain(vendor_episteme_app, vendor_hal_qesdhal) + diff --git a/qva/vendor/test/seapp_contexts b/qva/vendor/test/seapp_contexts index 4bd9dc9d..45269220 100755 --- a/qva/vendor/test/seapp_contexts +++ b/qva/vendor/test/seapp_contexts @@ -24,6 +24,10 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 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 # Add new domain for location test apps user=_app seinfo=platform name=com.qualcomm.qct.dlt levelfrom=all domain=vendor_location_app_test type=app_data_file @@ -36,3 +40,4 @@ user=_app seinfo=platform name=com.qualcomm.qti.dualstaapp domain=vendor_dualsta user=_app seinfo=platform name=com.qualcomm.qti.cam2test domain=vendor_sys_seccam2_app type=app_data_file levelFrom=all user=system seinfo=platform name=com.qualcomm.wrd.ue.kpitool.base domain=vendor_cta_app type=system_app_data_file user=_app seinfo=platform name=com.qualcomm.aontest domain=aoncameraservice_app type=app_data_file levelFrom=all +user=_app isPrivApp=true seinfo=default name=com.qti.episteme domain=vendor_episteme_app type=privapp_data_file levelFrom=all |