[roll] Roll fuchsia [starnix] Fix chown validation logic.

This CL changes the validation logic for the `chown` system call,
hopefully simplifying it a bit.

* Nobody without `CAP_CHOWN` can change the owner of the file.
* The owner of the file, can change the group, to a group it belongs to.
* All other users, can use chmod(file, -1, -1), only if the file would
  not change a set-ID bit.

Original-Bug: 368658840
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1126033
Original-Revision: c421b1961259be814b421ef616fe60463dca0391
GitOrigin-RevId: bce8c0c207662ad0dbecf67233974a60984d5fb8
Change-Id: I75c5f3378da270e110f887e6b23728e8503fef11
1 file changed
tree: f89256a9cefbdabf6e31e47879eec4374a6d50a0
  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.