[roll] Roll fuchsia [fsverity] Fail writes once enable_verity is called

The first thing we do when enabling verity is call flush() which cleans
all the pages in the file's vmo. In order to ensure that no pages are
written to after the flush, we set a bit at the top of enable_verity and
fail all calls to mark_dirty after that bit is set for that file.

Original-Bug: b/316935310
Original-Bug: b/314195208
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/969693
Original-Revision: 44e684a340ed1a0bc2821af5e8ae03288a131686
GitOrigin-RevId: 7dfad02e173597efffd052ea4c969772669d5aca
Change-Id: Icc41ac8f01b0c476b3d71b9c860e87819e4ec3e4
1 file changed
tree: 865ddd7bdae500e4a60e1e13238dee9bf21b17e4
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.