[roll] Roll fuchsia [starnix] Add tests for the targets of /proc/[pid]/fd symlinks

/proc/[pid]/fd exposes the targets of each file-descriptor that a
process holds open. For regular files, directories, etc, this is
a path to the relevant file node, but these symlinks also resolve
to human-readable names for FDs that have no linked path, e.g.
those opened with O_TMPFILE, memfd instances, pipes, sockets, etc.

Original-Bug: 382241450
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1169192
Original-Revision: d3317a9b12dd192bac2f3529936417e409ca5f21
GitOrigin-RevId: 0ab1d06a29c2b0c105fe5eb9cd808b9b8588618b
Change-Id: Ie6d9ceaa51eaebb0f9d89430518847f62b6a0b02
1 file changed
tree: 42716f05c7fa4b06bfae1e8cb44e476b05a4d99f
  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.