aboutsummaryrefslogtreecommitdiff
path: root/metadata/metadata.proto
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/metadata.proto')
-rw-r--r--metadata/metadata.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/metadata.proto b/metadata/metadata.proto
index b967407..f3103f8 100644
--- a/metadata/metadata.proto
+++ b/metadata/metadata.proto
@@ -58,7 +58,7 @@ message ProtectorData {
WrappedKeyData wrapped_key = 7;
}
-// Type of encryption, should match the declarations of FS_ENCRYPTION_MODE
+// Type of encryption, should match the declarations of unix.FS_ENCRYPTION_MODE
enum EncryptionMode {
default = 0;
XTS = 1;