[roll] Roll fuchsia [io][vfs] Return BAD_HANDLE errors

The Rust VFS was returning the wrong error code for some io methods:
Rename, GetToken, Link, Unlink.

For operations with insufficient rights, it now returns BAD_HANDLE,
rather than ACCESS_DENIED. Also updated the FIDL documentation to
clarify that.

Original-Bug: 64664
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/486520
Original-Revision: 8d16972ef5960f69cbfa6cf8538a9c4504c59dc6
GitOrigin-RevId: f2b63dc4fa721cb21ad5e8ab4e04b3700fe1e5fa
Change-Id: If511ca24cb0668d85a2785ca0e0efd966ef282b7
1 file changed
tree: 7fda2e9121b28d8aaa65ed1998b1309006835859
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.