commit | 439f0fd8398a7b178f6cc1a5a08f0b77f4cbc226 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu May 11 11:08:11 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu May 11 11:08:14 2023 -0500 |
tree | 5a33bd5aa67ee7cf3faeb575c1baf4fbf3e20678 | |
parent | ba000b9511d3d63a53cff3afcab49b8b42f7309e [diff] |
clang-tidy: ignore issues in subproject headers This repository cannot control the settings and strictness of subprojects, so we need to disable clang-tidy on those. Leverage the HeaderFilter option in the .clang-tidy to ignore issues in header files and leverage the meson `.clang-tidy-ignore` feature to ignore issues in C++ parts. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I01ff31ec62b364c310fb0aa87dc05883f4be9318
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.