1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-18 02:26:03 -05:00

dll & fuse: Added "AddWriteEaPerm" mount option.

This commit is contained in:
ethan
2026-02-05 08:15:22 +08:00
parent ddca7bd548
commit 4dbea1f298
3 changed files with 43 additions and 1 deletions
+2
View File
@@ -55,6 +55,7 @@ struct fuse
int set_create_dir_umask, create_dir_umask;
int set_uid, uid;
int set_gid, gid;
int add_write_ea_access;
int rellinks;
int dothidden;
unsigned ThreadCount;
@@ -147,6 +148,7 @@ struct fsp_fuse_core_opt_data
set_create_dir_umask, create_dir_umask,
set_uid, uid, username_to_uid_result,
set_gid, gid,
add_write_ea_access,
set_uidmap,
set_attr_timeout, attr_timeout,
rellinks,