[roll] Roll fuchsia [starnix] Skip access check when opening FUSE node

...unless the kernel was instructed to perform its default permission
checks.

Per `fuse(4)` and `libfuse`'s low-level handler for `FUSE_OPEN`,
`FUSE_OPEN` request handlers are expected to validate the open request.
This validation includes the open access mode flags which the kernel may
check redundantly.

Original-Bug: b/324955805, b/331965660
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1026091
Original-Revision: 846e5d3b2f002512473308963e7f1459b0841d27
GitOrigin-RevId: 1abf360365cecc97bc025412e02278a1a2e87bd3
Change-Id: I001aa56d9719378454bee8ea807ba3704cf7af82
1 file changed
tree: f28866eafa0aeb88383c05f20b447509d5922623
  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 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.