android_packages_modules_Vi.../apex
David Brazdil 4b4c510ffb Start using virtmgr for running VMs
Make the final changes to start running VMs using virtmgr:

  * Have virtualizationservice host the VirtualizationServiceInternal
    AIDL service.

  * Remove memlock rlimit of virtmgr (instead of virtualizationservice)
    via a method on VirtualizationServiceInternal.

  * Have VirtualizationServiceInternal create the VM's temporary folder
    and change its owner to the client's UID. The files keep the same
    virtualizationservice_data_file SELinux label, but are now owned by
    the client's virtmgr instance. To this end, virtualizationservice
    requires CAP_CHOWN.

  * Switch all users to the new vmclient/javalib API for spawning
    virtmgr.

Bug: 245727626
Test: atest -p packages/modules/Virtualization:avf-presubmit
Change-Id: I93b2cadb67a8c125e1a86f9c1ba9cb98336f0cd4
2023-01-05 10:31:00 +00:00
..
empty-payload-apk Add command to start an empty Microdroid instance 2022-11-29 13:01:06 +00:00
permissions Add android.software.virtualization_framework system feature 2022-11-15 08:41:04 +00:00
Android.bp javalib: Spawn child virtmgr and connect to it 2022-12-20 19:13:25 +00:00
canned_fs_config Start using virtmgr for running VMs 2023-01-05 10:31:00 +00:00
com.android.virt.avbpubkey
com.android.virt.pem
com.android.virt.pk8
com.android.virt.x509.pem
manifest.json
product_packages.mk Unconditionally install com.android.virt APEX 2022-11-15 08:30:35 +00:00
replace_bytes.py
sign_virt_apex.py sign_virt_apex: Set hash_algorithm flag to sha256 2023-01-03 07:40:49 +00:00
sign_virt_apex_test.sh Include blkid and fsck.erofs in deapexer call 2022-11-08 20:57:36 +00:00
sign_virt_apex_test.xml Add sign_virt_apex_test 2021-11-09 02:35:16 +09:00
test.com.android.virt.pem Add sign_virt_apex_test 2021-11-09 02:35:16 +09:00
test2.com.android.virt.pem Test: bootloader checks vbmeta signing key 2022-02-24 10:20:41 +09:00
virtualizationservice.rc run virtualizationservice as system UID 2022-04-08 16:35:25 +09:00