[roll] Roll fuchsia [fuchsia.io] Remove certain requirements for creation of tmpfiles

Previously, the description of the creation of unnamed temporary objects
included expected errors for access rights and other creation flags. We
don't need to enforce these on fuchsia. They can be enforced on client
side if needed. A benefit of removing these enforcements is that we will
have fewer checks needed on server side.

Original-Bug: 293950309
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192353
Original-Revision: d6ed579aa7513bc0fbe03045b1a5e73e2ffbfc5c
GitOrigin-RevId: c1acb8ee73f0cf04753c1ed52be9117441be7812
Change-Id: If5d4d88bfcbe3e6a6272d76015a66cff98a83a62
1 file changed
tree: 5047f139bf8bad40af343c2bf978321c66c18fda
  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 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.