commit | 740e94bd36c0971cda9fbb5d9c3e11c650d35dbc | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Fri Jun 10 19:42:30 2022 -0700 |
committer | John Edward Broadbent <jebr@google.com> | Mon Jun 13 17:18:17 2022 -0700 |
tree | 8183b4c6a182bee4503a8f780b0d44739274d36d | |
parent | 9e639820af86dc05f67fe617f76d08b99beba8ba [diff] |
Add location interface Tested: $busctl introspect xyz.openbmc_project.eStoraged \ /xyz/openbmc_project/inventory/storage/mmcblk0 ... xyz.openbmc_project.Inventory.Decorator.LocationCode interface .LocationCode property s "Embedded" emits-change ... Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: Ib1c2177541de193c5930238958201ad26b38e7d2
This daemon serves as an abstraction for an encrypted storage device, encapsulating the security functionality and providing a D-Bus interface to manage the encrypted filesystem on the device. Using the D-Bus interface, other software components can interact with eStoraged to do things like create a new encrypted filesystem, wipe its contents, lock/unlock the device, or change the password.