1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-01-06 19:28:52 -06:00

dll: fuse: respect the uid,gid,umask options which were being ignored

This commit is contained in:
Bill Zissimopoulos
2016-06-30 23:47:01 -07:00
parent f7595e40b6
commit 804434d836
3 changed files with 15 additions and 2 deletions

View File

@@ -32,6 +32,9 @@
struct fuse
{
struct fsp_fuse_env *env;
int set_umask, umask;
int set_uid, uid;
int set_gid, gid;
struct fuse_operations ops;
void *data;
UINT32 DebugLog;