tree: 69cb3b8e3c981107472a89cfe372623d8534b0c6 [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.