[roll] Roll fuchsia [sdk][sys] Use Open3 for connecting to /svc in tests

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
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156975
Original-Revision: 7fc68a4e5bc73d396dcc955e3285eee72f4fecdf
GitOrigin-RevId: 3a999ed2f142f1b4712d84414d4d3f84b7a8253c
Change-Id: I570ff79ca44ccb127d988c05c6d3a5c4d7017a16
1 file changed
tree: aaee6b860ac29e14f9dbbf7575bbb6b96a00e125
  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.