Remove perm for VsocService to add gceservice.

No longer required and is a Treble violation.

Bug: 71707530
Test: adb shell dumpsys activity service com.android.google.gce.gceservice/.GceService
Change-Id: I72e441a65943b9dff7d37ca4721e9b1ef524a594
Merged-In: I72e441a65943b9dff7d37ca4721e9b1ef524a594
(cherry picked from commit a40417ae3fc7e48584871e3ab11402aa88a9c622)
diff --git a/shared/sepolicy/gceservice.te b/shared/sepolicy/gceservice.te
index a4b8db7..4881309 100644
--- a/shared/sepolicy/gceservice.te
+++ b/shared/sepolicy/gceservice.te
@@ -5,9 +5,6 @@
 # Use system services exposed as part of Android framework public API
 allow gceservice app_api_service:service_manager find;
 
-# Export Binder service called "gce". Needed to make "dumpsys gce" work.
-add_service(gceservice, gce_service)
-
 # Read and write /data/data subdirectory (for its app-private persistent data).
 allow gceservice app_data_file:dir create_dir_perms;
 allow gceservice app_data_file:{ file lnk_file } create_file_perms;