commit | be47c8fe9272715c12a8bbe346778cdd742f80e6 | [log] [tgz] |
---|---|---|
author | John Wedig <johnwedig@google.com> | Fri Sep 30 16:40:08 2022 -0700 |
committer | John Wedig <johnwedig@google.com> | Fri Sep 30 16:47:59 2022 -0700 |
tree | 425ebee79b8df3b3f73c5a04f2ec96edfa54d2cc | |
parent | da5e96a7e322d4a6bfef21438266114e55682161 [diff] |
Fix zero_test and pattern_test The zero_test and pattern_test are failing to compile because some mocks are returning vectors instead of spans. Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: Iaf8166f265ef6a67d96e1507abeaca47459e24d3
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.