commit | 08477b2e6c4fe7cf2fdc64749ea19254c7dafb1d | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed May 17 16:15:58 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed May 17 16:23:53 2023 +0900 |
tree | 6ef57825f124bac73c5c0ba062449c7a22fa6270 | |
parent | cb4dd34ba2d23c25d3efdc019e49090adaaa5006 [diff] |
Filter bootarg for non-debuggable VMs The condition should have been the opposite: * debuggable VM: no filtering is required * non-debuggable VM: filtering is done, while some of args can survive if enabled by debug policy. Bug: 283035363 Bug: 281998898 Test: run testTombstonesAreGeneratedUponKernelCrashOnPvm on a device where debug policy is not provisioned Merged-In: Id0f4f5d1777356e78ad995fa16bd3e8c0ff6c7ec Change-Id: Id0f4f5d1777356e78ad995fa16bd3e8c0ff6c7ec (cherry picked from commit 32f37ef4e62f45e715a682569300bad585380263)
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.