[roll] Roll fuchsia [library_loader] Load a clone of VMO

Even that WRITE permission is not requested, the VMO could still be
written by debuggers via zx_process_write_memory() syscall after it's
mapped, e.g, when setting up a breakpoint. Requesting a clone prevents
these modifications from being shared.

Original-Fixed: 105169
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705265
Original-Revision: b6384fdce8f1859eb46b5660309bf8d2ab2a67d0
GitOrigin-RevId: 3b66250737c2b6a044171ad3f12f4bb8706ddb16
Change-Id: Iadaeccb217d95f3ce0e5662e76f0969aeab2c270
1 file changed
tree: 6b401a8baee634d3b4f3c052039147b1a9957a84
  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.