[roll] Roll fuchsia [starnix] Fix two truncate bugs with Starnix's file server

1. The O_TRUNC was being passed through so it would truncate a file when
   it starts serving.

2. Truncate was calling the wrong API which meant it was checking
   permissions that it should not have been.

Original-Bug: 487396592
Original-Bug: 487064905
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1518596
Original-Revision: ed5aa499cb99027f184ad716a112ce3d6645f425
GitOrigin-RevId: 2ec82e7cc64219df168285b66fbc62b812b7e5e7
Change-Id: I162df5667f556b1c46406fbf3ac91a0246fb05ae
1 file changed
tree: 2c153237d43f90c597979a36b5755b3a06c90ca4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 in one of the communication channels documented at get involved.

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.