diff --git a/CHANGELOG.md b/CHANGELOG.md index 562a3fcf..5ed5432c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - fixed issue with box options [#2400](https://github.com/sandboxie-plus/Sandboxie/issues/2400) +- fixed issue with Smart App Control [#2341](https://github.com/sandboxie-plus/Sandboxie/issues/2341) + diff --git a/Sandboxie/core/drv/file.c b/Sandboxie/core/drv/file.c index e97e9fe2..6f636246 100644 --- a/Sandboxie/core/drv/file.c +++ b/Sandboxie/core/drv/file.c @@ -674,6 +674,7 @@ _FX BOOLEAN File_InitPaths(PROCESS *proc, L"\\Device\\Mup\\*", L"\\Device\\Ndis", L"\\Device\\PcwDrv", + L"\\Device\\SrpDevice", //Smart App Control NULL }; static const WCHAR* drive_devices[] = {