summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2023-03-24 03:25:18 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2023-03-24 03:25:18 -0700
commit9f477ca70c1af3abf0343c38535ad3ccc41396c7 (patch)
treea55d359be514b754f28157a1f1dadbc11ff13f86
parentca1ad94668c926fc66ca4d0159f77051aa6230ad (diff)
parent96706c2fd8f0faaed878bd030b17f746dea37758 (diff)
Merge "sepolicy_vndr: add vendor_episteme_app"
-rw-r--r--qva/vendor/test/episteme_app.te9
-rwxr-xr-xqva/vendor/test/seapp_contexts5
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