Add domain_verification_service
For upcoming @SystemApi DomainVerificationManager. Test: manual, accessing new manager from test app works Change-Id: Ic73733dce3e9152af9c6f08fb7e460fa5a01ebdf
This commit is contained in:
parent
29c54ec937
commit
f8ad8c08ea
3 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
dmabuf_heap_device
|
||||
dmabuf_system_heap_device
|
||||
dmabuf_system_secure_heap_device
|
||||
domain_verification_service
|
||||
dumpstate_tmpfs
|
||||
framework_watchdog_config_prop
|
||||
game_service
|
||||
|
|
|
@ -86,6 +86,7 @@ devicestoragemonitor u:object_r:devicestoragemonitor_servic
|
|||
diskstats u:object_r:diskstats_service:s0
|
||||
display u:object_r:display_service:s0
|
||||
dnsresolver u:object_r:dnsresolver_service:s0
|
||||
domain_verification u:object_r:domain_verification_service:s0
|
||||
color_display u:object_r:color_display_service:s0
|
||||
netd_listener u:object_r:netd_listener_service:s0
|
||||
network_watchlist u:object_r:network_watchlist_service:s0
|
||||
|
|
|
@ -95,6 +95,7 @@ type device_identifiers_service, app_api_service, ephemeral_app_api_service, sys
|
|||
type devicestoragemonitor_service, system_server_service, service_manager_type;
|
||||
type diskstats_service, system_api_service, system_server_service, service_manager_type;
|
||||
type display_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type domain_verification_service, system_api_service, system_server_service, service_manager_type;
|
||||
type color_display_service, system_api_service, system_server_service, service_manager_type;
|
||||
type external_vibrator_service, system_server_service, service_manager_type;
|
||||
type file_integrity_service, app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue