d376e2041f
Add what we need to allow composd to run and expose an AIDL service. Also delete the policy for compsvc; we never access it in the host now, and the real policy is in microdroid. Retain the compos_exec type, since it is referenced in the APEX sepolicy. Bug: 186126194 Test: adb shell cmd -w android.system.composd; no denials. Change-Id: I5f06b2b01852cdebd2d67009b363ec08b17ce33a
13 lines
992 B
Text
13 lines
992 B
Text
type attention_service, system_server_service, service_manager_type;
|
|
type compos_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;
|