Add ephemeral_app_api_service to game_service SEpolicy
Add instant app support to game_service.
Bug: b/182342775
Test: atest CtsGameManagerTestCases --instant
Change-Id: I400f740a1aa0d8afa2d8f65499eb98e7589790d2
diff --git a/public/service.te b/public/service.te
index f6a47bc..88d47d1 100644
--- a/public/service.te
+++ b/public/service.te
@@ -117,7 +117,7 @@
type face_service, app_api_service, system_server_service, service_manager_type;
type fingerprint_service, app_api_service, system_server_service, service_manager_type;
type fwk_stats_service, system_server_service, service_manager_type;
-type game_service, app_api_service, system_server_service, service_manager_type;
+type game_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
type graphicsstats_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type hardware_service, system_server_service, service_manager_type;