[roll] Roll third_party/go [go] Add ability to open namespace nodes directly

To transition `ServiceConnect` to open3, we must first provide an
alternative way of opening namespace nodes with an explicit set of flags
provided. Currently, we have callers relying on the presence of rights
when using this function to open directories, however connecting to
services does not require rights.

Although connecting to a service in /svc does not require permissions,
many callers assume the presence of rights on the connection for various
operations, such as enumerating the instances of a service.

Original-Bug: 356225729
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/1200564
Original-Revision: 07b8094ea79cd6e746f252b55ef16f19272e93aa
GitOrigin-RevId: dd6e77a6d0a28a71416fe826b9bccecde2d51f31
Change-Id: I7639835521e26909b872ce0c58eb94aa506a078d
1 file changed
tree: c9ce16fe33094ddc501830e385ae4e170dc0f51b
  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.