commit | 0e2a46f53c0f3f3aaddee52766c680cb75d8a7f4 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 14:35:52 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 14:35:54 2023 -0500 |
tree | 82ae38a40c5b927808fd2299ec1c2f71eb405154 | |
parent | 0ff7100bd97febe126a2873b7e6a34b053a51033 [diff] |
sdbusplus: use new namespace format As mentioned in [1], the namespace preferred by the sdbus++ tool has changed. Update this repository accordingly. [1]: https://lore.kernel.org/openbmc/ZFLepbxKKXVGAwRB@heinlein.vulture-banana.ts.net/ Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9d60c68ce5ca1c38aebdddb365b2a3d6f260c981
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.