commit | 34a75f0559f348c0635d8be416f22acd6449eb94 | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Thu Apr 14 18:59:40 2022 -0700 |
committer | John Broadbent <jebr@google.com> | Sat Apr 16 00:51:28 2022 +0000 |
tree | 9a83560e7a4b67d11f36eb973a84ffda122fe21b | |
parent | d6071fc25a9880e8b622792b1e48d83fb5010e5e [diff] |
Fix shadowed variable improperly scoped These variables were outside of the function that used them. Every other function that set the "size" variable was shadowing the improperly scoped variables. Change-Id: I45b20606492987c7a09105c33847bc5b35b9e0ec Signed-off-by: John Edward Broadbent <jebr@google.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.