Commit Graph

3 Commits

Author SHA1 Message Date
Jiyong Park 6501712aca run virtualizationservice as system UID
Previously, virtualizationservice had its own UID
`virtualizationservice`. As a result, crosvm, which is spawned by it
also run as the UID. However, that prevented us from applying task
profiles to the crosvm process because joining a process to a cgroup
requires system UID.

To fix that, virtualizationservice now runs as system UID. As a result,
crosvm inherits the same UID.

Bug: 223790172
Bug: 216788146
Test: watch TH

Change-Id: Ia61a86726d7aad050f2a84e8857105ad6fde33d4
2022-04-08 16:35:25 +09:00
Andrew Walbran f145380f01 Start VirtualizationService on demand.
Bug: 183582651
Test: atest VirtualizationTestCases
Change-Id: If6cec89206492cf9818a586d9439ebdb62f27342
2021-06-03 17:20:19 +00:00
Andrew Walbran f6bf686c97 Rename VirtManager to VirtualizationService.
Bug: 188042280
Test: atest VirtualizationTestCases
Change-Id: I15f3f91e464f52d1b1fd47b1290846b1d21fa665
2021-05-26 12:27:37 +00:00