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

Commit 0052c6c3 authored by Inseob Kim's avatar Inseob Kim
Browse files

Add USE_CUSTOM_VIRTUAL_MACHINE permission to Shell

The permission allows a package to create a protected VM with custom
config. It's used by MicrodroidHostTestCases.

Bug: 207769805
Test: atest MicrodroidHostTestCases
Change-Id: If049d26c0ef97695098979c4a36fe1f7f607af5a
parent 41650283
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -601,6 +601,7 @@

    <!-- Permission required to run the `vm` tool which manages on-device virtual machines -->
    <uses-permission android:name="android.permission.MANAGE_VIRTUAL_MACHINE" />
    <uses-permission android:name="android.permission.USE_CUSTOM_VIRTUAL_MACHINE" />
    <uses-permission android:name="android.permission.DEBUG_VIRTUAL_MACHINE" />

    <!-- Permission required for CTS test - SettingsMultiPaneDeepLinkTest -->