commit | 4906f4ef7e04ddbbf18a401a5b9963748270cce2 | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Thu Apr 28 17:15:18 2022 -0700 |
committer | John Edward Broadbent <jebr@google.com> | Thu Apr 28 19:32:01 2022 -0700 |
tree | 8999fce5eab5c51ade688ddbfeeb8522d1b22979 | |
parent | 6c0d8ce1309afb96a253deba5af6287ddba75dc4 [diff] |
span: switch to std Reduce the dependency on stdplus' version of span now that we are using C++20 and use the one out of the STL instead. See:https://gerrit.openbmc-project.xyz/c/openbmc/stdplus/+/53308 Change-Id: I2a35670ab50c40fed093474c4986dd6d2cb79011 Signed-off-by: John Edward Broadbent <jebr@google.com>
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.