summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2022-07-15 19:56:56 +0000
committerSteven Moreland <smoreland@google.com>2022-07-28 17:45:00 +0000
commitde472f505b7f2d63af340a234447f0bb8b9e9b52 (patch)
tree2e1cb9e72891dd232194bc994dea933ffc48abd6
parente18e624b88c226fb5480528a03489f0162f6ae07 (diff)
downloadcoral-sepolicy-de472f505b7f2d63af340a234447f0bb8b9e9b52.tar.gz
Remove vendor_service.
We want to avoid associating types with where they can be used. Bug: 237115222 Test: build Merged-In: Ia5c6ae2a2388d9784d5e2d6f3b0f55586a8eae79 Change-Id: Ia5c6ae2a2388d9784d5e2d6f3b0f55586a8eae79 (cherry picked from commit 502cfe3fa8f5fe328cadfc9e9be115cc9d4167f5)
-rw-r--r--vendor/google/service.te2
-rw-r--r--vendor/qcom/common/service.te2
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/google/service.te b/vendor/google/service.te
index 9c935e9..0c4726f 100644
--- a/vendor/google/service.te
+++ b/vendor/google/service.te
@@ -1 +1 @@
-type hal_pixel_display_service, service_manager_type, vendor_service;
+type hal_pixel_display_service, service_manager_type, hal_service_type;
diff --git a/vendor/qcom/common/service.te b/vendor/qcom/common/service.te
index 310c5a0..1854107 100644
--- a/vendor/qcom/common/service.te
+++ b/vendor/qcom/common/service.te
@@ -4,4 +4,4 @@ type imsrcs_service, service_manager_type;
type improve_touch_service, service_manager_type;
type gba_auth_service, service_manager_type;
type qtitetherservice_service, service_manager_type;
-type hal_telephony_service, service_manager_type, vendor_service, protected_service; \ No newline at end of file
+type hal_telephony_service, service_manager_type, hal_service_type, protected_service;