Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9bafc53 authored by Andrew Walbran's avatar Andrew Walbran Committed by Gerrit Code Review
Browse files

Merge "Rename VirtManager to VirtualizationService."

parents 45acb369 3aedc7ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */
+3 −3
Original line number Diff line number Diff line
@@ -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