commit | 55d960bfe72a2e94707e332b7acf8561f2a55680 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 23 06:31:02 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 21 08:58:32 2024 -0400 |
tree | dd523f505098ce8becdaae245cfa74b266f36531 | |
parent | 15b63e12bdc3f3116fb841349dd4f1cd17a8398b [diff] |
build: upgrade to C++23 Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it. Change-Id: I9c373a66b0345991726a6be778d7457b8483b075 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.