Merge "Fix service name for VPN_MANAGEMENT_SERVICE." am: 47d078e1d4

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1579864

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5e540a4b6cca8d76ec25982bd40eb32661f6666f
This commit is contained in:
Treehugger Robot 2021-02-08 10:05:11 +00:00 committed by Automerger Merge Worker
commit cdccadbb6c
3 changed files with 3 additions and 3 deletions

View file

@ -97,6 +97,6 @@
userspace_reboot_metadata_file
vcn_management_service
vibrator_manager_service
vpnmanager_service
vpn_management_service
watchdog_metadata_file
zygote_config_prop))

View file

@ -276,7 +276,7 @@ vibrator_manager u:object_r:vibrator_manager_service:s0
virtual_touchpad u:object_r:virtual_touchpad_service:s0
voiceinteraction u:object_r:voiceinteraction_service:s0
vold u:object_r:vold_service:s0
vpnmanager u:object_r:vpnmanager_service:s0
vpn_management u:object_r:vpn_management_service:s0
vr_hwc u:object_r:vr_hwc_service:s0
vrflinger_vsync u:object_r:vrflinger_vsync_service:s0
vrmanager u:object_r:vr_manager_service:s0

View file

@ -215,7 +215,7 @@ type vcn_management_service, app_api_service, ephemeral_app_api_service, system_
type vibrator_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type vibrator_manager_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type voiceinteraction_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type vpnmanager_service, app_api_service, system_server_service, service_manager_type;
type vpn_management_service, app_api_service, system_server_service, service_manager_type;
type vr_manager_service, system_server_service, service_manager_type;
type wallpaper_service, app_api_service, system_server_service, service_manager_type;
type webviewupdate_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;