Merge "Remove perm for VsocService to add gceservice."
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;