commit | f59b729120078233641564a64a11c690f0a43274 | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Tue Feb 15 15:07:15 2022 -0800 |
committer | John Edward Broadbent <jebr@google.com> | Wed Feb 16 12:05:41 2022 -0800 |
tree | 82b1f7d49f36ee68e831460fbed37205856d16c3 | |
parent | d3bfa7bb99d0609657a13b8ec410eb4396607e58 [diff] |
Add Locking This uses the estoraged version of locking for erase use. It will unmount the file system, and make the encrypted block disappear. Ideally we will add hardware locking support at a later time. Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: I0cfb0637fc8d3dd6f8d23c9dd60d1f66fd424a4e
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.