parent
1185076b6a
commit
571c6eacfc
|
@ -28,6 +28,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- fixed incompatybility with first windows 10 release [#3117](https://github.com/sandboxie-plus/Sandboxie/issues/3117)
|
||||
- fixed Remove Sandbox only deletes the contents of the sandbox when an application is running in the sandbox [#3118](https://github.com/sandboxie-plus/Sandboxie/issues/3118)
|
||||
- fixed crash issue with not peroeprly termianted script engine [#3120](https://github.com/sandboxie-plus/Sandboxie/issues/3120)
|
||||
- fixed ImDisk under Sandboxie supervision causes SBIE2337 and sometimes BSoD [#1092)(https://github.com/sandboxie-plus/Sandboxie/issues/1092)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -150,6 +150,9 @@ OpenFilePath=\Device\NamedPipe\XTIERRPCPIPE
|
|||
# is a security attack, and must be closed
|
||||
ClosedFilePath=\Device\LanmanRedirector
|
||||
ClosedFilePath=\Device\Mup
|
||||
#
|
||||
# Block access to imdisk, force terminated proxy processes can result in a BSOD
|
||||
ClosedFilePath=\Device\ImDiskCtl
|
||||
|
||||
# IPC
|
||||
OpenIpcPath=\Windows\ApiPort
|
||||
|
|
Loading…
Reference in New Issue