commit | 49796415d9ead7c8a3fe622727945a501322931d | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Wed Jun 22 18:31:52 2022 -0700 |
committer | John Broadbent <jebr@google.com> | Thu Jun 30 17:00:03 2022 +0000 |
tree | 312ecbe77a42b9893e07818de52c133d161f6471 | |
parent | 6771c6917ed410a21cbcfa658c63c014a5b2e52a [diff] |
Update location interface Before LocationCode was being set, but the bmcweb code used LocationType. This change makes eStorageD use LocationType, and not LocationCode. Tested: $ busctl introspect xyz.openbmc_project.eStoraged /xyz/openbmc_project/inventory/storage/mmcblk0 NAME TYPE ... xyz.openbmc_project.Inventory.Connector.Embedded interface ... Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: I3e077559fa00cccd8e0d4580fafadf4a2cdb40fd
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.