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
7 files changed
tree: 3635c15cb06b153628ea62d97fa303d07dfdfabe
  1. .clang-format
  2. .clang-tidy
  3. .gitignore
  4. LICENSE
  5. MAINTAINERS
  6. OWNERS
  7. README.md
README.md

eStoraged

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.