commit | d3bfa7bb99d0609657a13b8ec410eb4396607e58 | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Thu Jan 13 17:41:32 2022 -0800 |
committer | John Edward Broadbent <jebr@google.com> | Tue Jan 25 18:52:27 2022 -0800 |
tree | ba50abcc8b425ba3ca807f33c8add63ee5ad58c1 | |
parent | 59dffa63af63ac1021f372e4505fb8c1b9084906 [diff] |
Add namespaces to erase methods Some erase objects did not have the required namespace. This change adds the estoraged and estoraged_testing namespace where it is needed. Testing: Not tested Change-Id: I63757ea4d3672659f21108e5e65fd09aa1c03406 Signed-off-by: John Edward Broadbent <jebr@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.