dotnet: RejectIrpPriorToTransact0

This commit is contained in:
Bill Zissimopoulos
2020-02-07 17:07:50 -08:00
parent 24b5d48fed
commit 10f4df519c
3 changed files with 7 additions and 0 deletions

View File

@ -285,6 +285,7 @@ namespace memfs
Host.PassQueryDirectoryFileName = true;
Host.ExtendedAttributes = true;
Host.WslFeatures = true;
Host.RejectIrpPriorToTransact0 = true;
return STATUS_SUCCESS;
}