mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 20:42:50 -05:00
sys, dll: IRP_MJ_SET_INFORMATION: perform access checks when replacing file during rename
This commit is contained in:
@@ -258,7 +258,7 @@ typedef struct
|
||||
struct
|
||||
{
|
||||
FSP_FSCTL_TRANSACT_BUF NewFileName;
|
||||
UINT32 ReplaceIfExists:1;
|
||||
UINT64 AccessToken; /* request access token (HANDLE) */
|
||||
} Rename;
|
||||
} Info;
|
||||
} SetInformation;
|
||||
|
Reference in New Issue
Block a user