diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index c31f373f..7cfa00aa 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -92,6 +92,12 @@ _getattr(const fs::path &fusepath_, st_, cfg.follow_symlinks, cfg.symlinkify_timeout); + if(rv == -EACCES) + { + fmt::println("getattr:"); + + } + if((rv < 0) && Config::is_rootdir(fusepath_)) return ::_getattr_fake_root(st_);