Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Loading
+1 −0
Original line number Diff line number Diff line
@@ -211,6 +211,7 @@ void ParseFsMgrFlags(const std::string& flags, FstabEntry* entry) {
        CheckFlag("first_stage_mount", first_stage_mount);
        CheckFlag("slotselect_other", slot_select_other);
        CheckFlag("fsverity", fs_verity);
        CheckFlag("wrappedkey", wrapped_key);

#undef CheckFlag

+1 −0
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ struct FstabEntry {
        bool first_stage_mount : 1;
        bool slot_select_other : 1;
        bool fs_verity : 1;
        bool wrapped_key : 1;
    } fs_mgr_flags = {};

    bool is_encryptable() const {