[roll] Roll fuchsia [fdio] Allow publishing local file to a namespace.

This will be used to expose a binder device driver file in a Fuchsia
process so that a normal Fuchsia component can have direct binder
communication to a process running inside starnix.

This feature will also be useful to inject files into a process's
namespace at paths where they appear in other operating systems. For
example, it's sometimes useful to inject a /dev/null file for programs
that expect /dev/null to exist.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/760182
Size-Review: Thomas Zander <thomasalpinus@google.com>
Original-Revision: 525b78f3ba7f1f7c1ba538c3596f2ae56d202dbe
GitOrigin-RevId: dc056c47b0b5cf966af315896295fa254417b4a8
Change-Id: I0f5693237cb88ad6fc000ac2644ad0cf6b09eb38
1 file changed
tree: f7f336d6b681ba05d060b8c4209c20ff15fdd13f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.