tree: 84f3563ba113f7bacafb9c11ea35db3f200e3450 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
bin/stash/README.md

Device settings service

This service exists to hold persistent state for services in Garnet. An instance of it will be running in the critical path of verified execution, and a separate instance will be started for services once a user has logged in to the system.

The first instance does not support setting/getting arbitrary byte blobs, as a form of discouraging clients from attempting to deserialize unsigned data.