commit | e7f6975ee86265c69ed1d59e31e0457779a4712c | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhou@google.com> | Fri Feb 02 22:26:48 2024 +0000 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Fri Feb 02 22:27:09 2024 +0000 |
tree | c8722cb0ba148ebaac8a0b943e402796783c6b22 | |
parent | d7be42bd69a80a2cdca17a8ccbc9c0a696b5d95c [diff] |
use Wants for Entity Manager We found that restarting EntityManager can lead to restart of the estoraged service, and leads to unexpected results. We should use Wants, instead of Requires. Tested: estoraged no longer restarts when EntityManager restarts. Change-Id: If6aa7c9d79e5bda59eb1c1752cd05732b5b8809d Signed-off-by: Nan Zhou <nanzhou@google.com> Signed-off-by: Nan Zhou <nanzhoumails@gmail.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.