From a49ff37658e8d2a23a6cc80244f32189acfa5937 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 28 Jan 2023 15:37:43 +0100 Subject: [PATCH] 1.7.0c --- CHANGELOG.md | 1 + Sandboxie/core/drv/file.c | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e92285e..dcc89f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed performance issues with Delete V2 - fixed issue with NtQueryDirectoryFile data alignment [#2443](https://github.com/sandboxie-plus/Sandboxie/issues/2443) - fixed issue with firefox 111 dev build [#2631](https://github.com/sandboxie-plus/Sandboxie/issues/2631) +- fixed issue with mio sockets [#2617](https://github.com/sandboxie-plus/Sandboxie/issues/2617) diff --git a/Sandboxie/core/drv/file.c b/Sandboxie/core/drv/file.c index b14630d0..c6913648 100644 --- a/Sandboxie/core/drv/file.c +++ b/Sandboxie/core/drv/file.c @@ -601,6 +601,7 @@ _FX BOOLEAN File_InitPaths(PROCESS *proc, L"\\Device\\Afd\\AsyncConnectHlp", L"\\Device\\Afd\\AsyncSelectHlp", L"\\Device\\Afd\\ROUTER", + L"\\Device\\Afd\\Mio", L"\\Device\\WS2IFSL", L"\\Device\\WS2IFSL\\NifsPvd", L"\\Device\\WS2IFSL\\NifsSct",