commit | c30ec2835f32a380b37bc72fe3b24f7a051b7a6f | [log] [tgz] |
---|---|---|
author | Megan Batty <mgnb@fuchsia.infra.roller.google.com> | Tue Sep 05 20:42:24 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 05 13:43:33 2023 -0700 |
tree | 4be49b6043d0f2478295a0d1b02acbd4a00f535f | |
parent | 06bb2c6d2f4297e63b4b46172bba75632b591bc1 [diff] |
[roll] Roll fuchsia [ffx][rcs] Add ffx side of new rcs::open_capability This adds support in the ffx libraries for using open_capability to request a particular capability set instead of always getting exposed. It leaves in shims on both sides so that if you *are* asking for exposed, it uses connect_capability to avoid disrupting existing users, and on the other end it leaves connect_capability functions that always pass exposed to avoid having to change a lot of existing code. This should mean everything that currently exists should continue to work as-is, while small uses of open can start to be used (like the new toolbox capability). Original-Bug: b/292290062 Original-Bug: b/289268551 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/903122 Original-Revision: b6ddcf391d2161b46dd540bc7e39052ddd49511c GitOrigin-RevId: 2e88c3c700b832620b464e51da810e1b7df3d244 Change-Id: I9af83ce8b8d80fceb4fd5028e996bbb4cd7c1a2b
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
.