[roll] Roll fuchsia [netstack] Introduce Diagnostics.GetProcessHandle

Add a method to the fuchsia.net.debug/Diagnostics protocol to allow
callers who have the capability to get a handle to the netstack's
process for debugging and diagnostic purposes. Note that the process
handle is only vended with the ZX_RIGHT_INSPECT right to limit the
amount of privilege given to the caller.

Original-Bug: 118917
Test: netstack-debug-fidl-test --test-filter get_process_handle_*
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/849296
Original-Revision: e1236adc5958574f9517e089493d4074b7e8d8ad
GitOrigin-RevId: 9677034a70dd1f9dc2d280ba80e428eecc6cadba
Change-Id: I9fb043b63ae49af775d5fea32fc3a4400e7b11fd
1 file changed
tree: 7fc725be48a1df543b4a4b3302f91f3a1facc387
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.