5b7cef
diff -up fuse-overlayfs-1.4.0/utils.c.openat2 fuse-overlayfs-1.4.0/utils.c
5b7cef
--- fuse-overlayfs-1.4.0/utils.c.openat2	2021-01-29 11:59:00.678257784 +0100
5b7cef
+++ fuse-overlayfs-1.4.0/utils.c	2021-01-29 11:59:06.801365184 +0100
5b7cef
@@ -81,7 +81,7 @@ syscall_openat2 (int dirfd, const char *
5b7cef
 int
5b7cef
 safe_openat (int dirfd, const char *pathname, int flags, mode_t mode)
5b7cef
 {
5b7cef
-  static bool openat2_supported = true;
5b7cef
+  static bool openat2_supported = false;
5b7cef
 
5b7cef
   if (openat2_supported)
5b7cef
     {