| commit | 64d5a3ba4a941202faa49d77350914b4be228abe | [log] [tgz] |
|---|---|---|
| author | Willy Tu <wltu@google.com> | Tue Jan 20 21:09:40 2026 +0000 |
| committer | Willy Tu <wltu@google.com> | Tue Jan 20 21:10:44 2026 +0000 |
| tree | bbb17d4c785375c088f576fc561dc48f9bde54d2 | |
| parent | 30bfe8efd252bee31f919d61bbe94af6619fb39b [diff] |
set default highspeed_parts to "EmptyPart"
This is needed because `std::to_array<std::string_view>` doesn't work on
empty array.
```
Step #1: | include/estoraged_conf.hpp:10:36: error: no matching function for call to 'to_array<std::string_view>(<brace-enclosed initializer list>)'
Step #1: | 10 | std::to_array<std::string_view>({ });
```
Change-Id: I98115aa1a16cb35d5d67c5886651a5261abeea78
Signed-off-by: Willy Tu <wltu@google.com>
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.