[roll] Roll fuchsia Revert "[inspect] Remove the need of WRITABLE right for the diagnostics dir"

This reverts commit b9a50c8eb0206fd32b3de63c45dd3939416ec22e.

Reason for revert: seeing breakages re flutter

Original change's description:
> [inspect] Remove the need of WRITABLE right for the diagnostics dir
>
> Component manager was using rights READABLE|WRITABLE when translating
> CONNECT to legacy rights [1] and forwarding this dir to the archivist.
> We can instead use "R_STAR".
>
> [1] https://cs.opensource.google/fuchsia/fuchsia/+/main:src/sys/lib/routing/src/rights.rs;l=53;drc=8af818a1c76ee6d985c4d67518d3bfabd57bf3e1
>
> Run-All-Tests: true
> Tested: verified we can read inspect from the same set of components
> Original-Fixed: 118292
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/792471

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/794843
Original-Revision: be12ac781e5c17b81f8d209638fd6c63e08bf8f2
GitOrigin-RevId: e2850838225f77dd6ec2227ef9ab196f48826875
Change-Id: Ie0acfd7f5010ab0ff8e3a99199850c4d7d4ee31a
1 file changed
tree: 79bc2d31423ae2b741ab91cd6b9975d83e00230c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.