Browse Source

fuse_getattr.cpp

nix-debugging
Antonio SJ Musumeci 19 hours ago
parent
commit
413a6b41e3
  1. 3
      src/fuse_getattr.cpp

3
src/fuse_getattr.cpp

@ -96,6 +96,9 @@ should_break(const fs::path &fusepath_)
return false; return false;
if(f == "preHook") if(f == "preHook")
return false; return false;
if(f == "addInputsHook")
return false;
return true; return true;
} }

Loading…
Cancel
Save