commit | 5222a2d1366a0567a0717bef04989859be5c017c | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Sat Mar 05 02:00:00 2022 +0000 |
committer | Victor Hsieh <victorhsieh@google.com> | Mon Mar 07 17:16:53 2022 +0000 |
tree | d6335360f69638eab0f4ffa8288960ea5893bd5f | |
parent | afdfd0ef42cab0fb7fddd84ca590d81899684cca [diff] |
Fix test action that tampered file at wrong offset The implementation in writeZerosAtFileOffsetOnMicrodroid specifies the offset of the output file by "skip" of "dd". But actually, "skip" is for "if=", while "seek" is for "of=". The test expectation did not fail coincidentally. Bug: N/A Test: testWriteFailedIfDetectsTampering Change-Id: I89c9c96d250f4374e51a01c986aa1289b24ac236
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.