This commit is contained in:
DavidXanatos 2022-10-29 11:51:59 +02:00
parent 65f936b3a4
commit 52abe8986e
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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[] = {