[roll] Roll fuchsia [vfs][rust] Remove `get_attrs` and `set_attrs` trait methods

Remove io1-specific `get_attrs` and `set_attrs` methods from Rust VFS
traits. The attributes defined in io2 are a super-set of those in io1,
so we can still implement connections using the `get_attributes` and
`update_attributes` trait methods.

Ensure that the correct abilities are reported for the C++ and Rust VFS
pseudo-directory types as well as package-directory. In particular,
files do not support updating attributes, and directories do not support
client-side modification.

Original-Bug: 342508424
Original-Fixed: 355034859
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1083620
Original-Revision: 418df56b79619c065cc375ab05e6fa816ce629fc
GitOrigin-RevId: 9bd33d969584d00b3bdf36c8cd177c9462ddb9b3
Change-Id: I94f25a55832dac51d9789645facc08ffd8ddb672
1 file changed
tree: b97f15018d5f33e27ad1610e2328c05e01b32145
  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.