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

Commit 5013516d authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Restore userxattr for overlayfs mounts

This was mistakenly removed while removing usercreds

Bug: 394441256
Test: system/core/fs_mgr/tests/adb-remount-test.sh and manual
confirmation from bug reporter that bug has gone
Change-Id: I80934faf4f4f70d9988edfacf879b9fa89b02eb1
parent e0b5b43e
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;