[roll] Roll third_party/go [io] Remove deprecated OPEN_FLAG_POSIX.

Replace usages of now deprecated OPEN_FLAG_POSIX with the newly added
OPEN_FLAG_POSIX_WRITABLE and OPEN_FLAG_POSIX_EXECUTABLE flags which
make it explicit which permissions are being inherited. Previously,
specifying OPEN_FLAG_POSIX would inherit both execute and write
rights along the open chain.

This removes the last remaining usage of OPEN_FLAG_POSIX outside of the
main Fuchsia project, in preparation for its removal from fuchsia.io.

Original-Bug: 81185
Tested: Built+Ran.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/543221
Original-Revision: 71686bf00c6c873c75c5f3879747d0e7bf5b00c9
GitOrigin-RevId: d6a3686ec4cc8de363a35aec9a1ed63967be0d2d
Change-Id: I2bf68abf1b114527976067fb933871654bed4e12
1 file changed
tree: a271c62e836eb2fd9dc8551aabe2b5de67726ed4
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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 via the IRC channel #fuchsia on Freenode.

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.