commit | 36754414004757c5f23bb9e0dca3cfe829ee33da | [log] [tgz] |
---|---|---|
author | Antonio Linhart <antoniolinhart@fuchsia.infra.roller.google.com> | Fri Jun 23 20:47:28 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 23 13:49:37 2023 -0700 |
tree | cf59cd8f64f248ddcd5e6a84248d31ec3c3ad8c6 | |
parent | 07959a7b0afab7e65859db7ae4d7bb262bfe7145 [diff] |
[roll] Roll fuchsia [netstack] Convert interface auth grant to proof Add a helper fn to convert from `GrantForInterfaceAuthorization` to `ProofOfInterfaceAuthorization` to be used as part of authorizing routes to be added that use a particular interface. Jeff and I discovered that it is not possible to create an EventPair with an `INSPECT` right, and that it is not necessary to request the basic info about an `EventPair`. Therefore, it has been removed from the FIDL definition and now `ProofOfInterfaceAuthorization` does not need any rights. It is not possible to specify `NONE` as the Rights on the token, so a bug has been created to update it when possible. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/874337 Original-Revision: 8143b5dc1e0e00faf9b4def4440d25700cce349e GitOrigin-RevId: 463a0a07dc911ea6039315f094949c1c183150b5 Change-Id: I28c220eaa664f49d545b92791baf65df846b65cd
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.