From 414992916a1116b9713754c81dac0f68361c24be Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 20 Nov 2025 21:39:52 -0600 Subject: [PATCH] fuse_getattr.cpp --- src/fuse_getattr.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fuse_getattr.cpp b/src/fuse_getattr.cpp index 530841be..2d0d9615 100644 --- a/src/fuse_getattr.cpp +++ b/src/fuse_getattr.cpp @@ -135,7 +135,8 @@ FUSE::getattr(const fuse_req_ctx_t *ctx_, struct stat *st_, fuse_timeouts_t *timeout_) { - const ugid::Set ugid(ctx_); + // const ugid::Set ugid(ctx_); + const ugid::SetRoot _; return FUSE::getattr(fusepath_,st_,timeout_); }