Merge "Rename to vendor.test_pkvm_tee_service" into main am: 9c1c6359b5
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3498407
Change-Id: I164f21345ea39d45949e39b44826e754a1bd7dc6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/private/tee_service_contexts b/private/tee_service_contexts
index 89eceae..508cc8c 100644
--- a/private/tee_service_contexts
+++ b/private/tee_service_contexts
@@ -10,4 +10,4 @@
# Example tee service that can be used for end-to-end integration of
# custom smcs filtering on devices with pkvm hypervisor.
-test_pkvm_tee_service u:object_r:test_pkvm_tee_service:s0
+vendor.test_pkvm_tee_service u:object_r:test_pkvm_tee_service:s0
diff --git a/private/tee_services.te b/private/tee_services.te
index 320f8b7..7345277 100644
--- a/private/tee_services.te
+++ b/private/tee_services.te
@@ -2,5 +2,5 @@
# Please keep the names in the alphabetical order and comment each new entry.
# An example tee_service that can be used to test end-to-end integration of custom
-# smcs filtering feature on a device with pkvm hypervisor.
+# vendor-private smcs filtering feature on a device with pkvm hypervisor.
type test_pkvm_tee_service, tee_service_type;