commit | bf8d6ac7bd20af8697df85263a7c088688a98976 | [log] [tgz] |
---|---|---|
author | John Wedig <johnwedig@google.com> | Mon Nov 01 16:56:19 2021 -0700 |
committer | John Wedig <johnwedig@google.com> | Tue Nov 02 16:40:24 2021 -0700 |
tree | 3635c15cb06b153628ea62d97fa303d07dfdfabe | |
parent | 0a3cc38452d17954be2eff8d236db8b207711d4a [diff] |
Add initial set of files Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore, .clang-tidy, and .clang-format. Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: I0410a9001543b11484b8e17328f84aa3d3a29e42
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.