683a19
diff --git a/utils.c b/utils.c
683a19
index 749cfb0..bc0edb6 100644
683a19
--- a/utils.c
683a19
+++ b/utils.c
683a19
@@ -81,7 +81,7 @@ syscall_openat2 (int dirfd, const char *path, uint64_t flags, uint64_t mode, uin
683a19
 int
683a19
 safe_openat (int dirfd, const char *pathname, int flags, mode_t mode)
683a19
 {
683a19
-  static bool openat2_supported = true;
683a19
+  static bool openat2_supported = false;
683a19
 
683a19
   if (openat2_supported)
683a19
     {
683a19