commit | 82897c35761f505c2b881f72c61f726f7d562692 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon Feb 21 14:11:59 2022 -0800 |
committer | John Broadbent <jebr@google.com> | Tue Mar 01 21:25:14 2022 +0000 |
tree | bfae43e26098781b65dc263ba9f5c57aebfd3ec3 | |
parent | 0c2808f0afd887b8350dfdff97856dcb25a26240 [diff] |
Check in a clang-tidy This should've been done when we first created the repo, but better late than never. Signed-off-by: Ed Tanous <edtanous@google.com> Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: I68da1d13167ec94f9d008dea307c9f23a991d42c
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.