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

Commit be75caf1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Restore userxattr for overlayfs mounts" into main am: ecb94a31

parents 7623bf6d ecb94a31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2337,7 +2337,7 @@ OverlayfsCheckResult CheckOverlayfs() {
    }

    if (!use_override_creds) {
        return {.supported = true};
        return {.supported = true, ",userxattr"};
    }

    struct utsname uts;