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

Commit 25d115d1 authored by dianlujitao's avatar dianlujitao Committed by Jan Altensen
Browse files
parent cecb11d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -181,6 +181,7 @@ void ParseFsMgrFlags(const std::string& flags, FstabEntry* entry) {
        CheckFlag("fsverity", fs_verity);
        CheckFlag("metadata_csum", ext_meta_csum);
        CheckFlag("fscompress", fs_compress);
        CheckFlag("wrappedkey", wrapped_key);

#undef CheckFlag

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

    bool is_encryptable() const {