commit | 61cf4260d00d74c0f6dcf991a96c4eaf2dde091a | [log] [tgz] |
---|---|---|
author | John Wedig <johnwedig@google.com> | Fri Mar 17 14:32:04 2023 -0700 |
committer | John Wedig <johnwedig@google.com> | Fri Mar 17 14:52:29 2023 -0700 |
tree | 95b3219d612f8bcaa6489b785935407f6cdf5090 | |
parent | d61316ad214b7fb68a8332def54161838764d16c [diff] |
Fix build warnings This commit fixes some build warnings in CI caused by unused variables and an invalid move assignment operator, since a member variable is of reference type. Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: I2b813ef017e47f2d35666063435a52638b74d156
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.