[roll] Roll fuchsia [fshost] move data, blob, and pkgfs to core config

This moves the data, blob, and pkgfs capabilities, and all capabilities
that route to those filesystems under the hood, to the core_fshost.cml
config. This configuration is not included on bootfs, causing those
directories to not get routed when they will not be available.

This also adds these routes to the verify_routes allowlist, adding a new
allowlist just for bootfs so we continue to verify these routes on
non-bootfs-only builds. The verify_routes tool is extended to take
multiple allowlists so we can variably add this one.

Original-Bug: 39588
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/569004
Original-Revision: 4c433499013d8a93a6178015cf46e2d802fe96ef
GitOrigin-RevId: f9fe31ae4263f0c6d196f73705bbc5cbc0979f8c
Change-Id: If012221d413f5a07002be3b10cf6f2ad2a465be5
1 file changed
tree: 2e577c7ae8368fb341ff3cc69fe0bebba28bb09d
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.