[roll] Roll fuchsia [fxfs] Provide keys to create_object_with_id

Rather than having ObjectStore::create_object_with_id implicitly create
keys, require the caller to create them.

This is intended to make it easier for clients to handle the case where
key creation fails due to a Crypt error, for example during store
flushing when a child store's Crypt instance is unresponsive (see linked
bug).

For most callers which go via ObjectStore::create_object, this is a NOP,
as I just moved the key creation logic into that method.

A new ObjectStore::creat_object_with_key method is defined which must be
used for keys which are managed by a different store (e.g. the layer
files of an encrypted store, which live in the root store but are
encrypted with the store's key).

Original-Bug: 399171573
Original-Fixed: 364428824
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1219975
Original-Revision: 3ad55f8c8fab84911ed767ffdc2012ecdb3f1a2c
GitOrigin-RevId: deb1047f67fe1ff425583f9df7b02d5a6591643b
Change-Id: I81da47629ec39474586ce007dcc963761112d5b4
1 file changed
tree: 10ab4c7490cee180a4f9da11ce98569da9778762
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.