commit | b650879b0a30b93444bcdb51b8f750c4aaa966b1 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Mon Aug 07 17:26:36 2023 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Mon Aug 07 17:26:36 2023 +0800 |
tree | f52b623ba8c3838aac3c80d6354c5cd2c0d5d33f | |
parent | 19825057f05902e74df392b54d959551d3dcd914 [diff] |
build-tests: The allowed method is used by default The allowed method returns true when the feature is set to `enabled` or `auto`. The allowed method returns false when the feature is set to `disabled`. So we prefer to use the `allowed` method instead of `enabled`. Change-Id: I1f1bb8bf40c1312d6943e67a81abc58dabfd94cd Signed-off-by: George Liu <liuxiwei@inspur.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.