commit | 2f187348b4ebb8a3d1acdbbdfb86902c0b49cccc | [log] [tgz] |
---|---|---|
author | John Wedig <johnwedig@google.com> | Wed Apr 20 12:47:03 2022 -0700 |
committer | John Wedig <johnwedig@google.com> | Wed Apr 27 14:08:10 2022 -0700 |
tree | 6918ad0bd750e32bac58c9f7ae7ff9a3a8127692 | |
parent | d32b966771e03788af7b912d4cf701d98c391097 [diff] |
Add systemd service file Add a systemd service file for eStoraged, so that it starts up automatically. Now that eStoraged can dynamically look for config objects and doesn't need a hard-coded device filename, it makes sense to have a service file in this repo now. Tested: Made some corresponding changes to the eStoraged recipe, then verified that eStoraged automatically starts up on a BMC when included in the image. Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: Id701bde62c2ca4206b980660340eec678e062ede
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.