[roll] Roll fuchsia Reland "[sdk][sys] Use Open3 for connecting to /svc"

This is a reland of commit 7fc68a4e5bc73d396dcc955e3285eee72f4fecdf.

It previously broke the Chromium build since it did not use `r*` for
service directories, but this has now been fixed in:
https://chromium-review.googlesource.com/c/chromium/src/+/6081357

Original change's description:
> [sdk][sys] Use Open3 for connecting to /svc
>
> Using fdio_service_connect for directories results in no permissions
> being granted to the connection in io2. Instead we should always ensure
> the service directory is opened as a directory with one of the open
> functions.
>
> Test: fx test //sdk/lib/sys/cpp
> Change-Id: I863f025c99b5bbf303458940209be6dee700ba6d
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156975
> Reviewed-by: David Gilhooley <dgilhooley@google.com>
> Fuchsia-Auto-Submit: Brandon Castellano <bcastell@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169872
Original-Revision: aae69ec43ee6ba9017b1c6f182c76119a4f0f1d4
GitOrigin-RevId: a40ae1f4c6c4b3dadf3c90d3871e60ba223a05db
Change-Id: I5cd858c310156f76c6f42614f642439a9020c0e3
1 file changed
tree: f22c2c99ff3e11389ecd6807470835c20c6bfe26
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.