sys,dll: pass NULL security descriptor to user-mode file system during Create

This commit is contained in:
Bill Zissimopoulos
2016-10-03 21:02:43 -07:00
parent 1f0f2fe094
commit e58ac1fbde
3 changed files with 11 additions and 1 deletions

View File

@ -218,6 +218,7 @@ typedef struct
UINT32 HasTraversePrivilege:1; /* requestor has TOKEN_HAS_TRAVERSE_PRIVILEGE */
UINT32 OpenTargetDirectory:1; /* open target dir and report FILE_{EXISTS,DOES_NOT_EXIST} */
UINT32 CaseSensitive:1; /* FileName comparisons should be case-sensitive */
UINT32 NamedStream:1; /* request targets named stream; FileName has colon */
} Create;
struct
{