commit | ca6fabfaad0c256fa43bcc714f336134edcbd610 | [log] [tgz] |
---|---|---|
author | Gary Bressler <geb@fuchsia.infra.roller.google.com> | Mon Nov 11 18:00:57 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 11 10:02:44 2024 -0800 |
tree | cabd82ee388b889f3f31ef189108816a09090e86 | |
parent | ff01f94252a335b2503032a429ffe4c64ba2f3c5 [diff] |
[roll] Roll fuchsia [components][sandbox] Derive namespace directly from Dict A component's namespace vfs is supposed to be projected from the program_input_dict. However, this isn't really true now: the namespace is generated primarily from the Use declarations, followed by point lookups into the program_input_dict for bedrock-backed capabilities only. Instead, we can now generate the namespace entirely from the program_input_dict, without reference to the use declarations. This fixes the the behavior `StartChildArgs.dictionary` so it does not expect pre-existing `use` decls for the capability in the dictionary. Original-Fixed: 360221168, 322564390 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146395 Original-Revision: 2f83da829133fd5432e7d9a3aeb4f46750f8572e GitOrigin-RevId: b50b8644bbaaf4f28ff7b18f36f5cc2236d967ab Change-Id: I493b214b3c228b3d53a308cde621e2c667e88a81
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 in one of the communication channels documented at get involved.
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
.