commit | 3854e4082d0dafad9d510f36307245cbdb2f805d | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Jul 04 12:10:20 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Mon Jul 04 12:10:20 2022 +0000 |
tree | 4bf4ed53783bca53b47c9780687a0693683023a8 | |
parent | c44495dd9592b124faebc74edec8b3bb0aaca3c5 [diff] |
zipfuse: Support mounting as noexec Add an option to mount while disallowing the execution of binary files. This allows for a layer of defence when mounting something that is only expected to contain data. Although the data may still be treated as a script, the interpreter for that script will have to come from another source. The `zipfuse` command takes the `--noexec` flag to enable this option. Bug: 237742605 Test: atest ZipFuseTest Change-Id: I732c96109ceaf65716c2c3ac27862c65bb7bd81f
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.