Merge changes from topics "fscrypt-options", "fstab-options" am: c17827b095 am: 18b8ad91b8 am: 2615e01740
am: f3a6282a63
Change-Id: Ibe2bb80d501c619881cc66c6b49cfcaf69a75ce2
diff --git a/FsCrypt.cpp b/FsCrypt.cpp
index d1fa256..c101ba8 100644
--- a/FsCrypt.cpp
+++ b/FsCrypt.cpp
@@ -201,8 +201,11 @@
if (entry == nullptr) {
return;
}
- ParseOptionsParts(entry->file_contents_mode, entry->file_names_mode, entry->file_policy_version,
- options);
+ if (!ParseOptions(entry->encryption_options, options)) {
+ LOG(ERROR) << "Unable to parse encryption options for " << DATA_MNT_POINT ": "
+ << entry->encryption_options;
+ return;
+ }
}
// Retrieve the version to use for encryption policies on the /data filesystem.