[roll] Roll fuchsia [starnix] Vastly improved file permission checks

Permission checks are centralized in FsNode::check_access, which
considers whether the current user is the file's owner or group, and
whether they have the capability to bypass the checks.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/683682
Original-Revision: 5075726808dd89fdb3ce50c3312feda6f9ad48db
GitOrigin-RevId: b480478af95e84105d7f84fd53cdc9736ff1a424
Change-Id: I51129d0021829fb28f4abe1c10512384f449e68b
1 file changed
tree: 29df3c65f9c9b574c7ab1a15e56be4770967b785
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.