[roll] Roll fuchsia [starnix][procfs] Untangle TaskDirectory from CurrentTask

Previously, the CurrentTask had knowledge of the TaskDirectory in order
to change the uid/gid for the /proc/pid directory when the credentials
of the current task changed. Now, we propagate this information without
needing knowledge of the TaskDirectory type.

To achieve this effect, we no longer cache the FsCreds object for the
TaskDirectory in the TaskDirectory struct. Instead, we recover the
FsCreds either from the underlying TaskObject itself or from the
FsNodeInfo object associated with the directory.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1275444
Original-Revision: 80fcd50f67e55e9d518bbf68e6f628327b043435
GitOrigin-RevId: 3c7f1d0eff367a0bd5ff8951d838cfa448decafa
Change-Id: I0355ed0d128555a413dd5779db046a3a4086b9c0
1 file changed
tree: 1205048da7b5819a95556ed3a2d88e95136d2c92
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.