commit | 71f0903385927b9f279691cedc6cfc75eb57fb0a | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri May 30 11:04:52 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri May 30 11:04:52 2025 -0400 |
tree | 9e5060321e93214446499b46ef763afbcdcf1f2f | |
parent | 75a21ff282d93875b3e9ee1c5ec9abb87e343720 [diff] |
clang-tidy: format with config-clang-tidy Reformat the .clang-tidy file for consistency using the config-clang-tidy tool from openbmc-build-scripts. Change-Id: I3e78d872d684aa824bad1000977d20b44564a8e6 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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.