commit | e35e73613719d1ef33fe6fa03bfb8f8d6ec64370 | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Tue Mar 22 16:14:24 2022 -0700 |
committer | John Edward Broadbent <jebr@google.com> | Thu Mar 24 10:20:13 2022 -0700 |
tree | aeb9b4ef1cd6b917ddedcf4c09b7826d5a1403f3 | |
parent | a6e3b99df73312c465b4b174b167bb785e886a71 [diff] |
Add implementation capacity for drive interface This will set the capacity property when the eStoraged object is created. This change does not expect the drive size to change. Change-Id: I72cd68c5045e9ef49939f4655a223a02234c7434 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.