Merge "Enable: Replace use of overlayfs' override_creds with overlay_remounter" into main
diff --git a/fs_mgr/include/fs_mgr_overlayfs.h b/fs_mgr/include/fs_mgr_overlayfs.h
index a232bf1..253013b 100644
--- a/fs_mgr/include/fs_mgr_overlayfs.h
+++ b/fs_mgr/include/fs_mgr_overlayfs.h
@@ -47,7 +47,7 @@
// 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