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

This reverts commit f289298958e43f8df23c7b019c18287d77d2a87c.

Reason for revert: possible causing increase in flakes in blobfs-integration test. example: go/bbid/8751849950398720529

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/+/1018317
Original-Revision: 1faf435516d4d03fe1e8334201ff3a673b62ddce
GitOrigin-RevId: df7a8db6ae44e55502d8196cb49009816502a344
Change-Id: Ib0c015c14e097a257204de49e846473ddc493c50
1 file changed
tree: 7c662902446a292772941fda69e56ebae3f19e97
  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.