commit | 9066ff65e9a3dd6322d984eae02d44443551ae3e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 11 11:20:09 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Aug 11 11:20:09 2025 -0400 |
tree | a1fea52f69f043c46e66c9ce28125b88825bfcd1 | |
parent | 1755d1b9657d1461e7ad444b0a8fc9ab11dd133c [diff] |
meson: simplify sdbusplus dependency There is a lot of cruft in the sdbusplus dependency that is no longer needed: 1. Use "dependency" with wrap file support rather than "subproject". 2. Remove "include_type: system" since this is part of sdbusplus itself now. 3. Leverage wrap file "provides" directives for dependency variable lookup. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I7890258cc65381a2e5d1987c2d93c909210288cc
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.