Skip to content

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

fs_mgr/fs_mgr_fstab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ void ParseFsMgrFlags(const std::string& flags, FstabEntry* entry) {
211211
CheckFlag("first_stage_mount", first_stage_mount);
212212
CheckFlag("slotselect_other", slot_select_other);
213213
CheckFlag("fsverity", fs_verity);
214+
CheckFlag("wrappedkey", wrapped_key);
214215

215216
#undef CheckFlag
216217

fs_mgr/include_fstab/fstab/fstab.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ struct FstabEntry {
8484
bool first_stage_mount : 1;
8585
bool slot_select_other : 1;
8686
bool fs_verity : 1;
87+
bool reserved : 26;
88+
bool wrapped_key : 1;
8789
} fs_mgr_flags = {};
8890

8991
bool is_encryptable() const {

0 commit comments

Comments
 (0)