We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d01652 commit 80b9c3aCopy full SHA for 80b9c3a
1 file changed
src-tauri/src/enterprise/inspector/linux.rs
@@ -64,6 +64,6 @@ fn check_luks() -> Result<bool, UnavailableReason> {
64
// https://labex.io/tutorials/linux-how-to-check-if-disk-encryption-is-enabled-in-linux-558786
65
// FIXME: This will check all available disks, so if any is encrypted, it will succeed.
66
pub(super) fn disk_encryption_status() -> Result<bool, UnavailableReason> {
67
- // TODO: zfs encryption
+ // TODO: `zfs list -jo name,encryption,mountpoint` and check for `/` and `on`.
68
check_luks()
69
}
0 commit comments