1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-27 06:19:48 -06:00

fuse: add create_umask option

This commit is contained in:
Bill Zissimopoulos
2018-04-17 12:46:13 -07:00
parent 9553bd52c4
commit 994e232fb3
3 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ struct fuse
{
struct fsp_fuse_env *env;
int set_umask, umask;
int set_create_umask, create_umask;
int set_uid, uid;
int set_gid, gid;
int rellinks;