From a561c7b3eca1d39308fd3d92623ef4e6fa81981a Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 23 Nov 2025 01:29:35 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index f64a92f0..f9b0b38f 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -102,7 +102,10 @@ should_break(const fs::path &fusepath_) return false; if(f == "envBuildBuildHook") return false; - + if(f == "_callImplicitHook 0 envBuildTargetHook") + return false; + if(f == "envBuildTargetHook") + return false; return true; }