commit | 59eb85b64698aa9a14cf906d62a894c612af1b50 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Jan 19 14:51:12 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Jan 19 21:15:16 2023 +0000 |
tree | 60345e99584e281363226f53fb80765ae0399945 | |
parent | 861c9de206d136546c47db27d6a01689f0614179 [diff] |
Mount /data with MS_NOEXEC We want to ensure that W^X is guaranteed for Microdroid VMs. This change doesn't guarantee that W^X is enforced for FULL_DEBUG VMs, as a user can enable adb root, and remount the /data without MS_NOEXEC flag. This is intended, as it allows developers to debug & get familiar with the Microdroid execution environment. Bug: 265261525 Test: atest MicrodroidTestApp Change-Id: I622e3d95d9d8fd6d26bfb690499acf7208ca4d52
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.