Merge "Remove compos_internal_service"
This commit is contained in:
commit
2413e27cc6
4 changed files with 0 additions and 8 deletions
|
@ -5,7 +5,6 @@ type composd_exec, system_file_type, exec_type, file_type;
|
|||
init_daemon_domain(composd)
|
||||
binder_use(composd)
|
||||
add_service(composd, compos_service)
|
||||
add_service(composd, compos_internal_service)
|
||||
|
||||
# Call back into system server
|
||||
binder_call(composd, system_server)
|
||||
|
|
|
@ -52,11 +52,6 @@ allow odrefresh composd:fd use;
|
|||
# Run binaries from the CompOS APEX in the same domain
|
||||
allow odrefresh system_file:file execute_no_trans;
|
||||
|
||||
# Make binder calls back to composd
|
||||
binder_use(odrefresh)
|
||||
allow odrefresh compos_internal_service:service_manager find;
|
||||
binder_call(odrefresh, composd)
|
||||
|
||||
# Run fd_server in its own domain
|
||||
domain_auto_trans(odrefresh, fd_server_exec, compos_fd_server)
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
type attention_service, system_server_service, service_manager_type;
|
||||
type compos_internal_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;
|
||||
|
|
|
@ -80,7 +80,6 @@ android.security.metrics u:object_r:keystore_metrics_service:s0
|
|||
android.security.remoteprovisioning u:object_r:remoteprovisioning_service:s0
|
||||
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
|
||||
android.system.composd u:object_r:compos_service:s0
|
||||
android.system.composd.internal u:object_r:compos_internal_service:s0
|
||||
android.system.virtualizationservice u:object_r:virtualization_service:s0
|
||||
app_binding u:object_r:app_binding_service:s0
|
||||
app_hibernation u:object_r:app_hibernation_service:s0
|
||||
|
|
Loading…
Reference in a new issue