commit | 0c2808f0afd887b8350dfdff97856dcb25a26240 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 25 09:35:14 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 25 14:50:48 2022 -0600 |
tree | f0fa7dc6984fa1f196ea0afdf44fb83f823904e3 | |
parent | f59b729120078233641564a64a11c690f0a43274 [diff] |
build: enable subproject-based build * Move existing phosphor-logging.wrap to the subprojects directory. * Add wrap files for all openbmc dependencies. * Fix up meson.build files to utilize subproject dependencies and follow Meson conventions for dependency naming. * Ensure wrap files are not ignored by .gitignore. Tested: Built on a typical Linux development system and 'ninja test' passed. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I167911f045ee1f27cc69bcba7be185762844a030
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.