[roll] Roll fuchsia Reland "[fdf][devfs] Adding Controller allowlist mechanism"

This is a reland of commit f289298958e43f8df23c7b019c18287d77d2a87c

The Unbind call was not being checked for errors before unwrapping,
which occasionally caused an assert to be thrown.

Original change's description:
> [fdf][devfs] Adding Controller allowlist mechanism
>
> Adds an allowlist for each function of the
> fuchsia.device/Controller interface.
>
> Also provides a passthrough for the compat shim controller
> interface, so the compat shim can be phased out incrementally.
>
> This CL only adds the mechanism for restricting Controller
> uses, but does not enforce any restriction.  A follow-up CL
> will add the specific restrictions.
>
> Testing: This should have not change in functionality, so current
> tests of the Controller interface should continue to work.
>
> Original-Bug: 330573782
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1015393

MULTIPLY: blobfs-integration.cm
Original-Bug: 330573782
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1020013
Original-Revision: e7c458523d4173038899222c0ebfebaa86f72a20
GitOrigin-RevId: dd64ddce8a21886cbeae5961e92e00fe8508959f
Change-Id: I644ce3d5e7a1719d28d6005c5c91caa5822716fe
1 file changed
tree: 608a6c26ad9a29b926414b5abae9cb966204b05c
  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.