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

Commit 58ee8f44 authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Enable: Replace use of overlayfs' override_creds with overlay_remounter

Turn on flag

This new solution does not require the use of non-upstreamed
override_creds patches.

Test: system/core/fs_mgr/tests/adb-remount-test.sh
Bug: 388912628
Change-Id: Ie35126cef39cd1d7e5e6c52cbd58fca2445b0563
parent b5402e7e
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