commit | 9e639820af86dc05f67fe617f76d08b99beba8ba | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Fri Jun 10 10:16:05 2022 -0700 |
committer | John Edward Broadbent <jebr@google.com> | Fri Jun 10 10:32:16 2022 -0700 |
tree | c235ada977bb24b88d466753ee4c47db6815c65a | |
parent | 14aee774bdbbc978c064906a4368d213c3b507fd [diff] |
Update utils_test explicit unsigned literals There exist a combination of gmock, and std::filesystem that creates an error of the from: ``` if (lhs == rhs) { 'const int' and 'const long long unsigned int' ``` for the follow block ``` EXPECT_EQ(3, std::filesystem::remove_all("mmcblk0")); ``` We don't see it in CI testing, but we do see it in builds. Possibly an architecture related issue. Signed-off-by: John Edward Broadbent <jebr@google.com> Change-Id: I8170567494082914e338104e7e126b54d86ddc5e
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.