[roll] Roll fuchsia [go] Open /svc with PERM_READABLE

To ensure the availability of many expected operations on the service
directory, we always want to open /svc with PERM_READABLE (r* in
component manifests). Although no rights are required to connect to
a service instance or protocol, this ensures that commonly used
operations like enumerating service instances still works with io2.
Previously, with io1, these were unprivileged operations, but we enforce
these rights with io2 (Open3).

This CL depends on https://fxrev.dev/1200564.

Original-Bug: 356225729
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200349
Original-Revision: 41ec4993dbf03ed53a13cfd1c4271bdbbf92f067
GitOrigin-RevId: 9e90898aa608e1efd23e7c568ae11f39c879428a
Change-Id: I6cdeae886f45266ccb33c631a62277ca3a1586e1
1 file changed
tree: 46f83bca0d110ed9b7a6038acd90333557cca9b7
  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.