Skip to content

Commit 80b9c3a

Browse files
committed
zfs comment
1 parent 3d01652 commit 80b9c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src-tauri/src/enterprise/inspector

src-tauri/src/enterprise/inspector/linux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ fn check_luks() -> Result<bool, UnavailableReason> {
6464
// https://labex.io/tutorials/linux-how-to-check-if-disk-encryption-is-enabled-in-linux-558786
6565
// FIXME: This will check all available disks, so if any is encrypted, it will succeed.
6666
pub(super) fn disk_encryption_status() -> Result<bool, UnavailableReason> {
67-
// TODO: zfs encryption
67+
// TODO: `zfs list -jo name,encryption,mountpoint` and check for `/` and `on`.
6868
check_luks()
6969
}

0 commit comments

Comments
 (0)