| commit | fbcd2c2b61a8f22aa191981b7ff359ab756493af | [log] [tgz] |
|---|---|---|
| author | James Sullivan <jfsulliv@fuchsia.infra.roller.google.com> | Mon Dec 16 12:44:03 2024 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 16 12:45:06 2024 -0800 |
| tree | 41e28781001c924398f1e90b732aa70210b4e9a8 | |
| parent | 90b99de1647927d00dc129f3f92a246f28d32f8d [diff] |
[roll] Roll fuchsia [fshost] Factor out crypt policy & impl Moves crypto policy from src/storage/fshost/src/crypt.rs to a new crate (//src/storage/crypt). Also moves the in-process implementation of the Crypt interface for zxcrypt from fshost to a new crate (//src/storage/crypt/zxcrypt). This implementation is tightly coupled to the FVM component (//src/storage/fvm), and clients can't use the FVM server without having access to this implementation of Crypt, which precludes clients other than fshost itself. Moving it to a separate crate allows things like the storage benchmarks to run an FVM component instance. Original-Bug: 372555079 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1171478 Original-Revision: db4d9bd13d0cdb2b761adc00710348b9ccb62e91 GitOrigin-RevId: ba1a6272b180a36769ce1341c35ef78e0cebda4c Change-Id: I460cffecb40ba2b2e2343929a7883e78e0fe68bb
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.