[roll] Roll fuchsia [starnix] Create mounts for overlaid container-feature FileSystems

Various features require container-managed FileSystems to be
instantiated and presented at specific paths under the root
namespace.

These overlaid FileSystems new use real mount-points, which allows
the reported mount flags to differ between the feature
filesystems and the root filesystem. This is important for writable
filesystems, because the root filesystem is normally mounted from
a remote_bundle, which is inherently read-only.

This CL introduces a LayeredFsBuilder helper for use by container
startup logic, which takes care of setting up LayeredFs when
necessary, and creating the required mount points.

Original-Bug: 496892060
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1556521
Original-Revision: 3ccf176572e165291e291e2b520db3e567eef1bc
GitOrigin-RevId: e010b152ce52bb1682a70fb9e156391507d24ec5
Change-Id: I449712073441dccfa28b00a4775a0fc099fb78b6
1 file changed
tree: 23c8daa7ab7580a1b9795d0c44974821879e376d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.