[roll] Roll fuchsia [sys] Ensure `OpenNamedServiceAt` uses Open

Ensure that services are opened as directories instead of as protocol
connectors. This was already done for `OpenNamedServiceIn` but was
missed for `OpenNamedServiceAt`.

This is a precursor for migrating fdio_service_connect to use the new
Open method, as when we do, it would result in no permissions being
available on service instances.

Original-Bug: 324111518
Original-Bug: 376575307
Test: fx test //sdk/lib/sys
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1217584
Original-Revision: e5e8d031d55bfb678a07b4775f663aaff255b636
GitOrigin-RevId: c7dc60323849a6fc7385b1a6289248473f1eb11a
Change-Id: Id6922feaa4c632e94d3f85522c72b9611d3e90c7
1 file changed
tree: ebefa67f4f06141947470dc79233ec3e669aba8f
  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.