6f4cfe8709
Configures sepolicy to allow for the new TracingServiceProxy system services, and to allow Perfetto to access the service. Bug: 175591887 Test: Validated the service started successfullyy, and invoked via CLI Change-Id: Idb6438948a9d96063f8455544b97ef66267cde23
12 lines
934 B
Text
12 lines
934 B
Text
type attention_service, system_server_service, service_manager_type;
|
|
type dynamic_system_service, system_api_service, system_server_service, service_manager_type;
|
|
type gsi_service, service_manager_type;
|
|
type incidentcompanion_service, system_api_service, system_server_service, service_manager_type;
|
|
type mediatuner_service, app_api_service, service_manager_type;
|
|
type profcollectd_service, service_manager_type;
|
|
type resolver_service, system_server_service, service_manager_type;
|
|
type stats_service, service_manager_type;
|
|
type statscompanion_service, system_server_service, service_manager_type;
|
|
type statsmanager_service, system_api_service, system_server_service, service_manager_type;
|
|
type tracingproxy_service, system_server_service, service_manager_type;
|
|
type uce_service, service_manager_type;
|