diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index 9b9a3eb3..dcc7a675 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -281,7 +281,8 @@ _open_for_insert_lambda(const fuse_req_ctx_t *ctx_, { int rv; FileInfo *fi; - const ugid::Set ugid(ctx_); + //const ugid::Set ugid(ctx_); + const ugid::SetRootGuard _; ::_config_to_ffi_flags(cfg,ctx_->pid,ffi_);