[roll] Roll fuchsia [vfs][rust] Stop reporting unsupported attributes

Don't report mutable attributes for pseudo-files and pseudo-directories
since they aren't supported.

Allow test harnesses to report the set of attributes they support, so
we can validate behavior regardless of which attributes are supported.

Remove now unrequired config options since they can be derived from the
set of supported attributes.

Original-Bug: 324112547
Test: fx test //src/storage/conformance

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1049132
Original-Revision: 56efb8c7820158150a570580b49c4bc091f90d54
GitOrigin-RevId: 2845b525a157b7be833a816d5678c05d3b91bc66
Change-Id: Ida145f6ddcc6a1f5a9c51ba34f60ba26ea2b58f0
1 file changed
tree: aeec63bf4faa66d88e94395e1e0c04f4cb21bd51
  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.