Rename VirtManager to VirtualizationService.

Bug: 188042280
Test: atest VirtualizationTestCases
Change-Id: I0e549ef02c7327f57c3d04853b3eefed7403d8e8
This commit is contained in:
Andrew Walbran 2021-05-21 13:14:39 +00:00
parent a6c57d5752
commit 3aedc7edc8
2 changed files with 4 additions and 4 deletions

View file

@ -127,7 +127,7 @@
#define AID_EXT_DATA_RW 1078 /* GID for app-private data directories on external storage */
#define AID_EXT_OBB_RW 1079 /* GID for OBB directories on external storage */
#define AID_CONTEXT_HUB 1080 /* GID for access to the Context Hub */
#define AID_VIRTMANAGER 1081 /* VirtManager daemon */
#define AID_VIRTUALIZATIONSERVICE 1081 /* VirtualizationService daemon */
#define AID_ARTD 1082 /* ART Service daemon */
#define AID_UWB 1083 /* UWB subsystem */
/* Changes to this file must be made in AOSP, *not* in internal branches. */

View file

@ -67,9 +67,9 @@ subsystem dma_heap
# CDMA radio interface MUX
/dev/ppp 0660 radio vpn
# Virtualisation is managed by Virt Manager
/dev/kvm 0600 virtmanager root
/dev/vhost-vsock 0600 virtmanager root
# Virtualization is managed by VirtualizationService.
/dev/kvm 0600 virtualizationservice root
/dev/vhost-vsock 0600 virtualizationservice root
# sysfs properties
/sys/devices/platform/trusty.* trusty_version 0440 root log