commit | 04c28fad78934cab0c4cb0b4ef9a20f9261b4c1e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 07:51:24 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed May 10 14:37:43 2023 -0500 |
tree | 8dce1f3ee3fd2f81a853c1573724e0cec963ece1 | |
parent | 0e2a46f53c0f3f3aaddee52766c680cb75d8a7f4 [diff] |
clang-format: copy latest and re-format clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository. Change-Id: Ia968a74764d3bda33160a8a9890629ed3cc94d0e 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.