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

Commit 7ca26130 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable: Replace use of overlayfs' override_creds with overlay_remounter" into main

parents b5402e7e 58ee8f44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ void TeardownAllOverlayForMountPoint(const std::string& mount_point = {});
// b/388912628 removes the need for override_creds
// Once this bug is fixed and has had enough soak time, remove this variable and hard code to false
// where it used
constexpr bool use_override_creds = true;
constexpr bool use_override_creds = false;

}  // namespace fs_mgr
}  // namespace android