commit | 3cf9e80680a02a33c428a82769a697373612c9be | [log] [tgz] |
---|---|---|
author | John Wedig <johnwedig@google.com> | Tue Apr 30 14:13:05 2024 -0700 |
committer | John Wedig <johnwedig@google.com> | Tue Apr 30 17:47:18 2024 -0700 |
tree | 2bb3540779d1e8b9b99b517c1ec3fe5760410f08 | |
parent | f1c89effbc0f204fff4cc220806ede7e1878ef19 [diff] |
Add retries when getting dbus properties We have found that the dbus requests to Entity Manager sometimes time out at startup, when getting the dbus properties from the Entity Manager config object. This commit adds retries, similar to how dbus-sensors will retry these requests, if needed. Tested: Observed the dbus request to Entity Manager get retried on a machine, and then it succeeded on the second attempt. Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: I924703e9be0879489477cc31644ef280429c347b
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.