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