[roll] Roll fuchsia [virtualization] Implement WipeData in LinuxManager

Implement WipeData by writing zeroes to the first 1 MiB of the guest
stateful FVM partition. This is enough to corrupt the filesystem data-
structures which causes linux to reformat the device.

I initially implemented this by Deleting the FVM volume, however this
doesn't actually work in practice because when the FVM is subsequently
recreated, it can be allocated the same disk slices.

Original-Bug: 92508
Test: fx test linux_runner_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/691117
Original-Revision: 0bbc8a09dde69e1f69e90a1b4ab562f1b96573ed
GitOrigin-RevId: a377f632a4d091251d8f82594f2317ef3a867e55
Change-Id: I9cebc4919aeba2bf94a4279b4f09a95622b27372
1 file changed
tree: c73fe7c502d6efe3b1a3716ce3e1b268afbb8ffb
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.