[roll] Roll fuchsia [component] Ensure services are opened as directories

Ensure that services are opened as directories instead of as protocol
connectors. For consistency with the GetServiceDirectory function, we
use the same set of permissions to ensure callers can enumerate protocol
instances within a service.

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
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1211864
Original-Revision: 23881ece53a615bdc611f4c22ed4a8cd9dae0419
GitOrigin-RevId: 7effa5ea78da677d80ab4b2692ab7b3b4d8112ff
Change-Id: Ic2ff6e917984c8b9446e029de9a7181d7c708fed
1 file changed
tree: 4eee458dbca8c142f9047a7ee06a3d18318cae50
  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.